|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebEnvironment | |
|---|---|
| org.apache.shiro.web.env | Web-specific Environment implementation and support. |
| org.apache.shiro.web.util | |
| Uses of WebEnvironment in org.apache.shiro.web.env |
|---|
| Subinterfaces of WebEnvironment in org.apache.shiro.web.env | |
|---|---|
interface |
MutableWebEnvironment
A WebEnvironment that supports 'write' operations operations. |
| Classes in org.apache.shiro.web.env that implement WebEnvironment | |
|---|---|
class |
DefaultWebEnvironment
Default WebEnvironment implementation based on a backing Map instance. |
class |
IniWebEnvironment
WebEnvironment implementation configured by an Ini instance or Ini resource locations. |
class |
ResourceBasedWebEnvironment
Abstract implementation for WebEnvironments that can be initialized via resource paths (config files). |
| Methods in org.apache.shiro.web.env that return WebEnvironment | |
|---|---|
protected WebEnvironment |
EnvironmentLoader.createEnvironment(javax.servlet.ServletContext sc)
Instantiates a WebEnvironment based on the specified ServletContext. |
WebEnvironment |
EnvironmentLoader.initEnvironment(javax.servlet.ServletContext servletContext)
Initializes Shiro's WebEnvironment instance for the specified ServletContext based on the
EnvironmentLoader.CONFIG_LOCATIONS_PARAM value. |
| Methods in org.apache.shiro.web.env with parameters of type WebEnvironment | |
|---|---|
protected void |
EnvironmentLoader.customizeEnvironment(WebEnvironment environment)
|
| Uses of WebEnvironment in org.apache.shiro.web.util |
|---|
| Methods in org.apache.shiro.web.util that return WebEnvironment | |
|---|---|
static WebEnvironment |
WebUtils.getRequiredWebEnvironment(javax.servlet.ServletContext sc)
Find the Shiro WebEnvironment for this web application, which is typically loaded via the
EnvironmentLoaderListener. |
static WebEnvironment |
WebUtils.getWebEnvironment(javax.servlet.ServletContext sc)
Find the Shiro WebEnvironment for this web application, which is typically loaded via
EnvironmentLoaderListener. |
static WebEnvironment |
WebUtils.getWebEnvironment(javax.servlet.ServletContext sc,
String attrName)
Find the Shiro WebEnvironment for this web application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||