The Spring Framework

Uses of Package
org.springframework.context.support

Packages that use org.springframework.context.support
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.jca.context Integration package that allows for deploying a Spring application context as a JCA 1.5 compliant RAR file. 
org.springframework.remoting.jaxrpc Remoting classes for Web Services via JAX-RPC. 
org.springframework.test Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion. 
org.springframework.test.context.support Support classes for the Spring TestContext Framework
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
org.springframework.web.portlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.portlet.mvc Standard controller implementations for the portlet MVC framework that comes with Spring. 
org.springframework.web.portlet.mvc.annotation Support package for annotation-based Portlet MVC controllers. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler.metadata This package enables automatic web controller targeting. 
org.springframework.web.servlet.mvc Standard controller implementations for the servlet MVC framework that comes with Spring. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
org.springframework.web.servlet.mvc.support Support package for MVC controllers. 
org.springframework.web.servlet.support Support classes for Spring's web MVC framework. 
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
org.springframework.web.servlet.view.jasperreports Support classes for the integration of JasperReports as Spring web view technology. 
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology. 
org.springframework.web.servlet.view.tiles2 Support classes for the integration of Tiles2 (the standalone version of Tiles) as Spring web view technology. 
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology. 
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
org.springframework.web.struts Support classes for integrating a Struts web tier with a Spring middle tier which is typically hosted in a Spring root WebApplicationContext. 
 

Classes in org.springframework.context.support used by org.springframework.context.support
AbstractApplicationContext
          Abstract implementation of the ApplicationContext interface.
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.
AbstractRefreshableApplicationContext
          Base class for ApplicationContext implementations which are supposed to support multiple refreshs, creating a new internal bean factory instance every time.
AbstractRefreshableConfigApplicationContext
          AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
AbstractXmlApplicationContext
          Convenient base class for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader.
GenericApplicationContext
          Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
MessageSourceAccessor
          Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
ReloadableResourceBundleMessageSource.PropertiesHolder
          PropertiesHolder for caching.
StaticMessageSource
          Simple implementation of MessageSource which allows messages to be registered programmatically.
 

Classes in org.springframework.context.support used by org.springframework.jca.context
AbstractApplicationContext
          Abstract implementation of the ApplicationContext interface.
GenericApplicationContext
          Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
 

Classes in org.springframework.context.support used by org.springframework.remoting.jaxrpc
MessageSourceAccessor
          Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
 

Classes in org.springframework.context.support used by org.springframework.test
GenericApplicationContext
          Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
 

Classes in org.springframework.context.support used by org.springframework.test.context.support
GenericApplicationContext
          Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
 

Classes in org.springframework.context.support used by org.springframework.validation
DefaultMessageSourceResolvable
          Default implementation of the MessageSourceResolvable interface.
 

Classes in org.springframework.context.support used by org.springframework.web.context.support
AbstractApplicationContext
          Abstract implementation of the ApplicationContext interface.
AbstractRefreshableApplicationContext
          Base class for ApplicationContext implementations which are supposed to support multiple refreshs, creating a new internal bean factory instance every time.
AbstractRefreshableConfigApplicationContext
          AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
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.
GenericApplicationContext
          Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
StaticApplicationContext
          ApplicationContext implementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.
 

Classes in org.springframework.context.support used by org.springframework.web.portlet.context
AbstractApplicationContext
          Abstract implementation of the ApplicationContext interface.
AbstractRefreshableApplicationContext
          Base class for ApplicationContext implementations which are supposed to support multiple refreshs, creating a new internal bean factory instance every time.
AbstractRefreshableConfigApplicationContext
          AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
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.
GenericApplicationContext
          Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
StaticApplicationContext
          ApplicationContext implementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.
 

Classes in org.springframework.context.support used by org.springframework.web.portlet.handler
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.
 

Classes in org.springframework.context.support used by org.springframework.web.portlet.mvc
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.
 

Classes in org.springframework.context.support used by org.springframework.web.portlet.mvc.annotation
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.handler
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.handler.metadata
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.mvc
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.mvc.multiaction
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.mvc.support
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.support
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.view
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.view.document
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.view.freemarker
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.view.jasperreports
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.view.tiles
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.
MessageSourceAccessor
          Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.view.tiles2
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.view.velocity
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.
 

Classes in org.springframework.context.support used by org.springframework.web.servlet.view.xslt
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.
 

Classes in org.springframework.context.support used by org.springframework.web.struts
MessageSourceAccessor
          Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.