Uses of Package
org.springframework.context.support

Packages that use org.springframework.context.support
org.springframework.context.event 
org.springframework.context.support 
org.springframework.ui.context.support 
org.springframework.validation 
org.springframework.web.context.support 

Classes in org.springframework.context.support used by org.springframework.context.event
EventPublicationInterceptor
          Interceptor that knows how to publish ApplicationEvents to all ApplicationListeners registered with ApplicationContext
 

Classes in org.springframework.context.support used by org.springframework.context.support
AbstractXmlApplicationContext
          Convenient abstract superclass for ApplicationContext implementations drawing their configuration from XML documents containing bean definitions understood by DefaultXmlBeanDefinitionParser.
ClassPathXmlApplicationContext
          Standalone XML application context, taking the context definition files from the class path.
FileSystemXmlApplicationContext
          Standalone XML application context, taking the context definition files from the file system or from URLs.
ReloadableResourceBundleMessageSource
          MessageSource that accesses the ResourceBundles with the specified basenames.
ResourceBundleMessageSource
          MessageSource that accesses the ResourceBundles with the specified basenames.
StaticApplicationContext
          ApplicationContext to allow concrete registration of Java objects in code, rather than from external configuration sources.
StaticMessageSource
          Simple implementation of NestingMessageSource that allows messages to be held in a Java object, and added programmatically.
 

Classes in org.springframework.context.support used by org.springframework.ui.context.support
AbstractXmlUiApplicationContext
          Adds theme capabilities for UI contexts.
StaticUiApplicationContext
          Static ApplicationContext implementation that adds theme capabilities for UI contexts.
 

Classes in org.springframework.context.support used by org.springframework.validation
ObjectError
          Encapsulates an object error, i.e.
 

Classes in org.springframework.context.support used by org.springframework.web.context.support
WebApplicationObjectSupport
          Convenient superclass for application objects running in a WebApplicationContext.