Class Summary |
AbstractBaseConfig |
This abstract class implements all the convenience config methods that
can be implemented independent of the config impl. |
BaseConfig |
Abstract base hierarchical config implementation. |
BeanHolder |
The entire purpose of this class is to wrap an otherwise normal bean
whose class is dynamically set at runtime through the PropertyPlaceholderConfigurer
because the element attributes themselves are not parameterizable,
only the property values. |
ConfigContext |
Singleton that holds references to global engine objects. |
ConfigLogger |
Logs information about the configuration at the DEBUG level. |
ConfigParserImpl |
ConfigParser implementation that supports a hierarchy of configs, in which
configs can include other configs. |
ConfigParserImpl.SystemPropertiesDelegatingStrLookup |
A StrLookup implementation that delegates to System properties if the key is not
found in the supplied map. |
ContextualConfigLock |
Synchronization primitive that implements a condition that can be waited upon. |
HierarchicalConfigParser |
A configuration parser that can get properties already parsed passed in and
override them. |
JAXBConfigImpl |
This implementation of the Config interface uses JAXB to parse the config file and
maintains an internal copy of all properties in their "raw" form (without any nested
properties resolved). |
ModuleConfigurer |
|
RiceConfigurer |
Used to configure common Rice configuration properties. |
RiceConfigurerBase |
A common base class that can be used to implement classes which are used to configure
various Kuali Rice instances. |
SimpleConfig |
A simple Config implementation which has no base properties
or base objects. |
SimpleNodeSettingsStore |
A simple node settings store that backs the settings with a properties file |