org.romaframework.core.config |
Configuration components
|
Java Source File Name | Type | Comment |
ApplicationConfiguration.java | Interface | |
ComponentFactory.java | Class | |
ComponentManager.java | Class | Generic Manager of components instantiable in one shot by setComponents
method (usually in configuration using Spring) and by addComponent method at
run-time. |
Configurable.java | Class | |
Destroyable.java | Interface | |
GenericManager.java | Class | Generic Manager of components instantiable in one shot by setComponents
method (usually in configuration using Spring) and by addComponent method at
run-time. |
Refreshable.java | Interface | |
RomaApplicationContext.java | Class | Central singleton class to gather all service using Spring Application Context. |
Serviceable.java | Interface | |