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 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.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 that implements the ConfigurableWebApplicationContext interface for web environments.
 

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.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.
 



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