public interface WebEnvironment extends Environment
Environment instance, used in web applications.
| Modifier and Type | Method and Description |
|---|---|
FilterChainResolver |
getFilterChainResolver()
Returns the web application's
FilterChainResolver if one has been configured or
null if one is not available.
|
ServletContext |
getServletContext()
Returns the
ServletContext associated with this
WebEnvironment instance.
|
WebSecurityManager |
getWebSecurityManager()
Returns the web application's security manager instance.
|
getSecurityManagerFilterChainResolvergetFilterChainResolver()
FilterChainResolver if one has been configured or
null if one is not available.
FilterChainResolver if one has been configured or
null if one is not available.
ServletContext getServletContext()
ServletContext associated with this
WebEnvironment instance. A web application typically only has a single
WebEnvironment associated with its
ServletContext.
ServletContext associated with this
WebEnvironment instance.
WebSecurityManagergetWebSecurityManager()