Uses of Interface
org.apache.shiro.web.env.WebEnvironment

Packages that use WebEnvironment
org.apache.shiro.guice.web   
org.apache.shiro.web.env Web-specific Environment implementation and support. 
org.apache.shiro.web.util   
 

Uses of WebEnvironment in org.apache.shiro.guice.web
 

Method parameters in org.apache.shiro.guice.web with type arguments of type WebEnvironment
protected  void ShiroWebModule.bindWebEnvironment(com.google.inject.binder.AnnotatedBindingBuilder<? super WebEnvironment> bind)
           
 

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(ServletContext sc)
          Instantiates a WebEnvironment based on the specified ServletContext.
 WebEnvironment EnvironmentLoader.initEnvironment(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(ServletContext sc)
          Find the Shiro WebEnvironment for this web application, which is typically loaded via the EnvironmentLoaderListener.
static WebEnvironment WebUtils.getWebEnvironment(ServletContext sc)
          Find the Shiro WebEnvironment for this web application, which is typically loaded via EnvironmentLoaderListener.
static WebEnvironment WebUtils.getWebEnvironment(ServletContext sc, String attrName)
          Find the Shiro WebEnvironment for this web application.
 



Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.