The Spring Framework

Uses of Package
org.springframework.web.context.support

Packages that use org.springframework.web.context.support
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.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.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. 
 

Classes in org.springframework.web.context.support used by org.springframework.web.context.support
AbstractRefreshableWebApplicationContext
          AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments.
RequestHandledEvent
          Event raised when a request is handled within an ApplicationContext.
 

Classes in org.springframework.web.context.support used by org.springframework.web.portlet.context
RequestHandledEvent
          Event raised when a request is handled within an ApplicationContext.
 

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

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

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

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

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

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

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

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

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

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

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

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

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.