Package org.springframework.extensions.config

Interface Summary
Config Definition of a object that represents the results of a lookup.
ConfigDeployer Config Deployer interface.
ConfigElement Definition of a configuration element
ConfigLookupAlgorithm Interface definition for a config lookup algorithm, this may be last value wins, a merging strategy or based on inheritance.
ConfigSection Definition of a config section.
ConfigService Definition of a Configuration Service
ConfigSource Definition of a configuration source
RemoteConfigProperties  
ServerProperties External access hostname server properties
WebFrameworkConfigProperties Web Framework configuration interface
WebStudioConfigProperties  
 

Class Summary
BaseConfigService Base class for all config service implementations.
ConfigBootstrap Spring bean used to deploy additional config files into the injected config service.
ConfigDeployment Configuration deployment
ConfigImpl Default implementation of the Config interface, this should be used as the base class for any customisations
ConfigLookupContext Object to hold the context for a config lookup.
ConfigSectionImpl Default implementation of a config section
DefaultLookupAlgorithm The default algorithm used to determine whether a section applies to the object being looked up
RemoteConfigElement Describes the connection, authentication and endpoint properties stored within the block of the current configuration.
RemoteConfigElement.AuthenticatorDescriptor The Class AuthenticatorDescriptor.
RemoteConfigElement.ConnectorDescriptor The Class ConnectorDescriptor.
RemoteConfigElement.Descriptor EndPoint Descriptor class
RemoteConfigElement.EndpointDescriptor The Class EndpointDescriptor.
RemoteConfigElement.KeyStoreDescriptor The Class KeyStoreDescriptor.
RemoteConfigElementReader Responsible for loading Web Framework configuration settings from the web-site-config*.xml files that are loaded via the configuration service.
ServerConfigElement  
ServerElementReader  
WebFrameworkConfigElement Web Framework configuration implementation
WebFrameworkConfigElement.Descriptor Base for all Descriptor classes.
WebFrameworkConfigElement.ErrorHandlerDescriptor  
WebFrameworkConfigElement.FormatDescriptor  
WebFrameworkConfigElement.PersisterConfigDescriptor  
WebFrameworkConfigElement.ResourceLoaderDescriptor  
WebFrameworkConfigElement.ResourceResolverDescriptor  
WebFrameworkConfigElement.RuntimeConfigDescriptor  
WebFrameworkConfigElement.SystemPageDescriptor  
WebFrameworkConfigElement.TagLibraryDescriptor  
WebFrameworkConfigElement.TypeDescriptor  
WebFrameworkConfigElementReader Responsible for loading Web Framework configuration settings from the web-framework-config*.xml files that are loaded via the configuration service.
WebStudioConfigElement  
WebStudioConfigElement.ApplicationDescriptor  
WebStudioConfigElement.Descriptor  
WebStudioConfigElement.PanelDescriptor  
WebStudioConfigElementReader Responsible for loading Web Framework configuration settings from the web-site-config*.xml files that are loaded via the configuration service.
 

Enum Summary
RemoteConfigElement.IdentityType Enum describing the Identity Type for an Endpoint
 

Exception Summary
ConfigException Exception thrown by the config service
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.