| Interface | Description |
|---|---|
| BeanFactoryPostProcessorCreator |
Allows for programmatic creation of BeanFactoryPostProcessor objects.
|
| Class | Description |
|---|---|
| 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
|
| 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.
|
| Enum | Description |
|---|---|
| SakaiComponentEvent.Type |
Copyright © 2003–2016 The Sakai Foundation. All rights reserved.