Package org.springframework.context.support

Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.

See
          Description

Class Diagram Summary
support 
 

Class Summary
AbstractApplicationContextPartial implementation of ApplicationContext.
AbstractNestingMessageSourceAbstract implementation of NestingMessageSource interface, making it easy to implement a custom MessageSource.
AbstractXmlApplicationContextConvenient abstract superclass for ApplicationContext implementations drawing their configuration from XML documents containing bean definitions understood by DefaultXmlBeanDefinitionParser.
ApplicationContextAwareProcessorBeanPostProcessor implementation that passes the application context to beans that implement the ApplicationContextAware interface.
ApplicationObjectSupportConvenient superclass for application objects that want to be aware of the application context, e.g.
ClassPathXmlApplicationContextStandalone XML application context, taking the context definition files from the class path.
ContextResourceEditorApplicationContext-aware PropertyEditor for Resource descriptors.
FileSystemXmlApplicationContextStandalone XML application context, taking the context definition files from the file system or from URLs.
MessageSourceAccessorHelper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
MessageSourceResolvableImplDefault implementation of the MessageSourceResolvable interface.
MessageSourceResourceBundleHelper class that allows for accessing a MessageSource as a ResourceBundle.
ReloadableResourceBundleMessageSourceMessageSource that accesses the ResourceBundles with the specified basenames.
ResourceBundleMessageSourceMessageSource that accesses the ResourceBundles with the specified basenames.
ResourceEntityResolverEntityResolver implementation that tries to resolve entity references relative to the resource base of the application context, if applicable.
StaticApplicationContextApplicationContext to allow concrete registration of Java objects in code, rather than from external configuration sources.
StaticMessageSourceSimple implementation of NestingMessageSource that allows messages to be held in a Java object, and added programmatically.
 

Package org.springframework.context.support Description

Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.