|
Class Summary |
| BasicConfigHistory |
This is a basic version of the Config history to make it easy for people to
create items to place in the config history |
| BasicConfigItem |
Provides an easy way for someone to create a ServerConfigurationService.ConfigItem which is valid without having to build their own implementation
Use the static methods to easily generate the ServerConfigurationService.ConfigItem for use with the methods in the ServerConfigurationService |
| ComponentsLoader |
Load the available Sakai components into the shared component manager's Spring ApplicationContext |
| ContextLoaderListener |
Sakai's extension to the Spring ContextLoaderListener - use our ContextLoader, and increment / decrement the child count of the ComponentManager on init / destroy. |
| NoisierDefaultListableBeanFactory |
In Spring 1.2.6 and 1.2.8, when there's a problem pre-instantiating any
singleton bean, all existing singleton beans are immediately destroyed. |
| ReversiblePropertyOverrideConfigurer |
This is just a version of Spring's PropertyOverrideConfigurer that lets the
bean name be specified Sakai-style before the property name instead of after. |
| SakaiApplicationContext |
Hook some Sakai-specific operations into the normal ApplicationContext
refresh cycle: read component manager configuration files, give creators of
PostProcessor objects (e.g., SakaiProperties) a chance to do their work,
and load a few central components before the rest. |
| SakaiComponentEvent |
Sakai specific events. |
| SakaiProperties |
A configurer for "sakai.properties" files. |
| SakaiPropertyPromoter |
Some Sakai properties have traditionally also been exposed as Java system properties. |