Uses of Class
org.springframework.context.support.ApplicationObjectSupport

Packages that use ApplicationObjectSupport
org.springframework.context.event Support classes for application events, like standard context events. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
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 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.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.tiles Support classes for the integration of Tiles (included in Struts) 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. 
 

Uses of ApplicationObjectSupport in org.springframework.context.event
 

Subclasses of ApplicationObjectSupport in org.springframework.context.event
 class EventPublicationInterceptor
          Interceptor that knows how to publish ApplicationEvents to all ApplicationListeners registered with ApplicationContext
 

Uses of ApplicationObjectSupport in org.springframework.web.context.support
 

Subclasses of ApplicationObjectSupport in org.springframework.web.context.support
 class WebApplicationObjectSupport
          Convenient superclass for application objects running in a WebApplicationContext.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.handler
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.handler
 class AbstractHandlerMapping
          Abstract base class for HandlerMapping implementations.
 class AbstractUrlHandlerMapping
          Abstract base class for URL-mapped HandlerMapping implementations.
 class BeanNameUrlHandlerMapping
          Implementation of the HandlerMapping interface to map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.
 class SimpleUrlHandlerMapping
          Implementation of the HandlerMapping interface to map from URLs to request handler beans.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.handler.metadata
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.handler.metadata
 class AbstractPathMapHandlerMapping
          Abstract implementation of the HandlerMapping interface that recognizes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
 class CommonsPathMapHandlerMapping
          Subclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.mvc
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.mvc
 class AbstractCommandController
          Abstract base class for custom command controllers.
 class AbstractController
          Convenient superclass for controller implementations, using the Template Method design pattern.
 class AbstractFormController
          Form controller that autopopulates a form bean from the request.
 class AbstractWizardFormController
          Form controller for typical wizard-style workflows.
 class BaseCommandController
          Controller implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters.
 class ParameterizableViewController
          Trivial controller that always returns a named view.
 class SimpleFormController
          Concrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding.
 class WebContentInterceptor
          Interceptor that checks and prepares request and response.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.mvc.multiaction
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.mvc.multiaction
 class MultiActionController
          Controller implementation that allows multiple request types to be handled by the same class.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.support
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.support
 class WebContentGenerator
          Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.view
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.view
 class AbstractCachingViewResolver
          Convenient superclass for view resolvers.
 class AbstractUrlBasedView
          Abstract base class for URL-based views.
 class AbstractView
          Abstract view superclass.
 class BeanNameViewResolver
          Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e.
 class InternalResourceView
          Wrapper for a JSP or other resource within the same web application.
 class InternalResourceViewResolver
          Convenience subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
 class JstlView
          Specialization of InternalResourceView for JSTL pages, i.e.
 class RedirectView
          View that redirects to an internal or external URL, exposing all model attributes as HTTP query parameters.
 class ResourceBundleViewResolver
          Implementation of ViewResolver that uses bean definitions in a ResourceBundle, specified by the bundle basename.
 class UrlBasedViewResolver
          Simple implementation of ViewResolver that allows for direct resolution of symbolic view names to URLs, without explicit mapping definition.
 class XmlViewResolver
          Implementation of ViewResolver that uses bean definitions in an XML file, specified by location (URL or relative path, according to the ApplicationContext implementation).
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.document
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.view.document
 class AbstractExcelView
          Convenient superclass for Excel-document views.
 class AbstractPdfView
          Abstract superclass for PDF views, using Bruno Lowagie's iText package.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.freemarker
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.view.freemarker
 class FreeMarkerView
          View using the FreeMarker template engine.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.tiles
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.view.tiles
 class ComponentControllerSupport
          Convenience class for Spring-aware Tiles component controllers.
 class TilesConfigurer
          Helper class to configure Tiles for the Spring Framework (see http://jakarta.apache.org/struts for more information about Tiles, which basically is a templating mechanism for JSP-based web applications).
 class TilesJstlView
          Specialization of TilesView for JSTL pages, i.e.
 class TilesView
          View implementation that retrieves a Tiles definition.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.velocity
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.view.velocity
 class VelocityView
          View using the Velocity template engine.
 class VelocityViewResolver
          Convenience subclass of UrlBasedViewResolver that supports VelocityView (i.e.
 

Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.xslt
 

Subclasses of ApplicationObjectSupport in org.springframework.web.servlet.view.xslt
 class AbstractXsltView
          Convenient superclass for views rendered using an XSLT stylesheet.
 



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