|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebEnvironment
A web-specific Environment instance, used in web applications.
| Method Summary | |
|---|---|
FilterChainResolver |
getFilterChainResolver()
Returns the web application's FilterChainResolver if one has been configured or null if one
is not available. |
javax.servlet.ServletContext |
getServletContext()
Returns the ServletContext associated with this WebEnvironment instance. |
WebSecurityManager |
getWebSecurityManager()
Returns the web application's security manager instance. |
| Methods inherited from interface org.apache.shiro.env.Environment |
|---|
getSecurityManager |
| Method Detail |
|---|
FilterChainResolver getFilterChainResolver()
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.javax.servlet.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.WebSecurityManager getWebSecurityManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||