public abstract class SecurityWebApplicationContextUtils
extends org.springframework.web.context.support.WebApplicationContextUtils
WebApplicationContextUtils.| Constructor and Description |
|---|
SecurityWebApplicationContextUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.web.context.WebApplicationContext |
findRequiredWebApplicationContext(javax.servlet.ServletContext servletContext)
Find a unique
WebApplicationContext for this web app: either the root web
app context (preferred) or a unique WebApplicationContext among the
registered ServletContext attributes (typically coming from a single
DispatcherServlet in the current web application). |
findWebApplicationContext, getRequiredWebApplicationContext, getWebApplicationContext, getWebApplicationContext, initServletPropertySources, initServletPropertySources, registerEnvironmentBeans, registerEnvironmentBeans, registerWebApplicationScopes, registerWebApplicationScopespublic static org.springframework.web.context.WebApplicationContext findRequiredWebApplicationContext(javax.servlet.ServletContext servletContext)
WebApplicationContext for this web app: either the root web
app context (preferred) or a unique WebApplicationContext among the
registered ServletContext attributes (typically coming from a single
DispatcherServlet in the current web application).
Note that DispatcherServlet's exposure of its context can be controlled
through its publishContext property, which is true by default but
can be selectively switched to only publish a single context despite multiple
DispatcherServlet registrations in the web app.
servletContext - ServletContext to find the web application context forjava.lang.IllegalStateException - if no WebApplicationContext can be foundWebApplicationContextUtils.getWebApplicationContext(ServletContext),
ServletContext.getAttributeNames()