Uses of Class
org.springframework.web.context.WebApplicationContext

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

Uses of WebApplicationContext in org.springframework.web.context
 

Subinterfaces of WebApplicationContext in org.springframework.web.context
interface ConfigurableWebApplicationContext
          Interface to be implemented by configurable web application contexts.
 

Methods in org.springframework.web.context that return WebApplicationContext
WebApplicationContextContextLoader.initWebApplicationContext(ServletContext servletContext)
          Initialize Spring's web application context for the given servlet context, regarding the "contextClass" and "contextConfigLocation" context-params.
 

Uses of WebApplicationContext in org.springframework.web.context.support
 

Methods in org.springframework.web.context.support that return WebApplicationContext
static WebApplicationContextWebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext sc)
          Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
static WebApplicationContextWebApplicationContextUtils.getWebApplicationContext(ServletContext sc)
          Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
 

Uses of WebApplicationContext in org.springframework.web.servlet
 

Methods in org.springframework.web.servlet that return WebApplicationContext
final WebApplicationContextFrameworkServlet.getWebApplicationContext()
          Return this servlet's WebApplicationContext.
 

Uses of WebApplicationContext in org.springframework.web.servlet.support
 

Methods in org.springframework.web.servlet.support that return WebApplicationContext
WebApplicationContextRequestContext.getWebApplicationContext()
          Return the current WebApplicationContext.
static WebApplicationContextRequestContextUtils.getWebApplicationContext(ServletRequest request, ServletContext servletContext)
          Look for the WebApplicationContext associated with the controller servlet that has initiated request processing, and for the global context if none was found associated with the current request.
static WebApplicationContextRequestContextUtils.getWebApplicationContext(ServletRequest request)
          Look for the WebApplicationContext associated with the controller servlet that has initiated request processing.