| 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 |
|
| ComponentsLoader |
Load the available Sakai components into the shared component manager's Spring ApplicationContext
|
| 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.
|
| SakaiContextLoaderListener |
Sakai's extension to the Spring ContextLoaderListener - use our ContextLoader, and increment / decrement the child count of the ComponentManager on init / destroy.
|
| SakaiProperties |
A configurer for "sakai.properties" files.
|
| SakaiPropertyPromoter |
Some Sakai properties have traditionally also been exposed as Java system properties.
|