Uses of Package
org.springframework.web.context

Packages that use org.springframework.web.context
org.springframework.web.context 
org.springframework.web.context.support 
org.springframework.web.servlet 
org.springframework.web.servlet.support 

Classes in org.springframework.web.context used by org.springframework.web.context
ConfigurableWebApplicationContext
          Interface to be implemented by configurable web application contexts.
ContextLoader
          Performs the actual initialization work for the root application context.
 

Classes in org.springframework.web.context used by org.springframework.web.context.support
StaticWebApplicationContext
          Static WebApplicationContext implementation for testing.
WebApplicationContextUtils
          Convenience methods to retrieve the root WebApplicationContext for a given ServletContext.
XmlWebApplicationContext
          WebApplicationContext implementation that takes configuration from an XML document.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet
FrameworkServlet
          Base servlet for servlets within the web framework.
 

Classes in org.springframework.web.context used by org.springframework.web.servlet.support
RequestContext
          Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
RequestContextUtils
          Utility class for easy access to various request-specific state, set by the DispatcherServlet.