| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
WebApplicationContext | ContextLoader.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 WebApplicationContext | WebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext sc) Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet. |
static WebApplicationContext | WebApplicationContextUtils.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 WebApplicationContext | FrameworkServlet.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 | |
WebApplicationContext | RequestContext.getWebApplicationContext() Return the current WebApplicationContext. |
static WebApplicationContext | RequestContextUtils.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 WebApplicationContext | RequestContextUtils.getWebApplicationContext(ServletRequest request) Look for the WebApplicationContext associated with the controller servlet that has initiated request processing. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |