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 Summary
AbstractApplicationContext Partial implementation of ApplicationContext.
AbstractMessageSource Abstract implementation of HierarchicalMessageSource interface, making it easy to implement a custom MessageSource.
AbstractXmlApplicationContext Convenient abstract superclass for ApplicationContext implementations drawing their configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionParser.
ApplicationContextAwareProcessor BeanPostProcessor implementation that passes the application context to beans that implement the ApplicationContextAware or ResourceLoaderAware interfaces.
ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.
ClassPathXmlApplicationContext Standalone XML application context, taking the context definition files from the class path.
DefaultMessageSourceResolvable Default implementation of the MessageSourceResolvable interface.
FileSystemXmlApplicationContext Standalone XML application context, taking the context definition files from the file system or from URLs.
MessageSourceAccessor Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
MessageSourceResourceBundle Helper class that allows for accessing a MessageSource as a ResourceBundle.
ReloadableResourceBundleMessageSource MessageSource that accesses the ResourceBundles with the specified basenames.
ResourceBundleMessageSource MessageSource that accesses the ResourceBundles with the specified basenames.
ResourceEntityResolver EntityResolver implementation that tries to resolve entity references relative to the resource base of the application context, if applicable.
ResourceMapFactoryBean FactoryBean that creates a Map with String keys and Resource values from properties, interpreting passed-in String values as resource locations.
StaticApplicationContext ApplicationContext that allows concrete registration of beans and messages in code, rather than from external configuration sources.
StaticMessageSource Simple implementation of MessageSource 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.



Copyright (C) 2003-2004 The Spring Framework Project.