The Spring Framework

Uses of Package
org.springframework.web.context

Packages that use org.springframework.web.context
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
org.springframework.remoting.jaxrpc Remoting classes for Web Services via JAX-RPC. 
org.springframework.web.context Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
org.springframework.web.filter Provides generic filter base classes allowing for bean-style configuration. 
org.springframework.web.jsf Support classes for integrating a JSF web tier with a Spring middle tier which is hosted in a Spring root WebApplicationContext. 
org.springframework.web.multipart.commons MultipartResolver implementation for Jakarta Commons FileUpload
org.springframework.web.multipart.cos MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet)
org.springframework.web.multipart.support Support classes for the multipart resolution framework. 
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 Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework. 
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. 
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.web.context used by org.springframework.orm.hibernate3.support
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.orm.jdo.support
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.orm.jpa.support
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.remoting.jaxrpc
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.context
ContextLoader
          Performs the actual initialization work for the root application context.
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.context.support
ConfigurableWebApplicationContext
          Interface to be implemented by configurable web application contexts.
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.filter
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.jsf
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.multipart.commons
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.multipart.cos
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.multipart.support
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.portlet.context
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet
ConfigurableWebApplicationContext
          Interface to be implemented by configurable web application contexts.
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.handler
ServletConfigAware
          Interface to be implemented by any object that wishes to be notified of the ServletConfig (typically determined by the WebApplicationContext) that it runs in.
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.handler.metadata
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.mvc
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.mvc.multiaction
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.mvc.support
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.support
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.view
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.view.document
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.view.freemarker
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.view.jasperreports
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.view.tiles
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.view.velocity
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.view.xslt
ServletContextAware
          Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
 

Classes in org.springframework.web.context used by org.springframework.web.struts
WebApplicationContext
          Interface to provide configuration for a web application.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.