| Interface | Description |
|---|---|
| ApplicationContextProvider |
The main purpose of this class is to provide the
ApplicationContext to the SpringContainer |
| Class | Description |
|---|---|
| AnnotationConfigApplicationContextProvider |
This is the implementation of the
ApplicationContextProvider based on the
AnnotationConfigApplicationContext allowing to configure Spring programmatically. |
| FileSystemXmlApplicationContextProvider |
This is the implementation of the
ApplicationContextProvider based on the
FileSystemXmlApplicationContext allowing to configure Spring thanks to XML files. |
| SpringContainer |
The implementation of an
Interceptor allowing eXo Kernel to interact with a spring container |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.