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.remoting.jaxrpc Remoting classes for Web Services via JAX-RPC. 
org.springframework.web.context Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context. 
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.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.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.support Support classes for Spring's web MVC framework. 
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology. 
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.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.servlet
WebApplicationContext
          Interface to provide configuration for a web application.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.handler
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
WebApplicationContext
          Interface to provide configuration for a web application.
 

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

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



Copyright (c) 2002-2007 The Spring Framework Project.