Home » spring-framework-2.5.5-with-dependencies » org.springframework » context » support »

org.springframework.context.support

Abstract Classes:

AbstractApplicationContext   Abstract implementation of the org.springframework.context.ApplicationContext interface.  code | html
AbstractMessageSource   Abstract implementation of the HierarchicalMessageSource interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.  code | html
AbstractRefreshableApplicationContext   Base class for org.springframework.context.ApplicationContext implementations which are supposed to support multiple refreshs, creating a new internal bean factory instance every time.  code | html
AbstractRefreshableConfigApplicationContext   AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.  code | html
AbstractXmlApplicationContext   Convenient base class for org.springframework.context.ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an org.springframework.beans.factory.xml.XmlBeanDefinitionReader code | html
ApplicationObjectSupport   Convenient superclass for application objects that want to be aware of the application context, e.g.  code | html
MessageSourceSupport   Base class for message source implementations, providing support infrastructure such as java.text.MessageFormat handling but not implementing concrete methods defined in the org.springframework.context.MessageSource code | html

Classes:

AbstractApplicationContext.BeanPostProcessorChecker   BeanPostProcessor that logs an info message when a bean is created during BeanPostProcessor instantiation, i.e.  code | html
ApplicationContextAwareProcessor   org.springframework.beans.factory.config.BeanPostProcessor implementation that passes the ApplicationContext to beans that implement the ResourceLoaderAware , MessageSourceAware , ApplicationEventPublisherAware and/or ApplicationContextAware interfaces.  code | html
ClassPathXmlApplicationContext   Standalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g.  code | html
ContextTypeMatchClassLoader   Special variant of an overriding ClassLoader, used for temporary type matching in AbstractApplicationContext code | html
ContextTypeMatchClassLoader.ContextOverridingClassLoader   ClassLoader to be created for each loaded class.  code | html
DefaultMessageSourceResolvable   Default implementation of the MessageSourceResolvable interface.  code | html
DelegatingMessageSource   Empty MessageSource that delegates all calls to the parent MessageSource.  code | html
FileSystemXmlApplicationContext   Standalone XML application context, taking the context definition files from the file system or from URLs, interpreting plain paths as relative file system locations (e.g.  code | html
GenericApplicationContext   Generic ApplicationContext implementation that holds a single internal org.springframework.beans.factory.support.DefaultListableBeanFactory instance and does not assume a specific bean definition format.  code | html
MessageSourceAccessor   Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.  code | html
MessageSourceResourceBundle   Helper class that allows for accessing a Spring org.springframework.context.MessageSource as a java.util.ResourceBundle code | html
ReloadableResourceBundleMessageSource   org.springframework.context.MessageSource implementation that accesses resource bundles using specified basenames.  code | html
ReloadableResourceBundleMessageSource.PropertiesHolder   PropertiesHolder for caching.  code | html
ResourceBundleMessageSource   org.springframework.context.MessageSource implementation that accesses resource bundles using specified basenames.  code | html
ResourceEntityResolver   EntityResolver implementation that tries to resolve entity references relative to the resource base of the application context, if applicable.  code | html
ResourceMapFactoryBean   FactoryBean that creates a Map with String keys and Resource values from properties, interpreting passed-in String values as resource locations.  code | html
StaticApplicationContext   org.springframework.context.ApplicationContext implementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.  code | html
StaticMessageSource   Simple implementation of org.springframework.context.MessageSource which allows messages to be registered programmatically.  code | html