Java org.apache.shiro.web.env EnvironmentLoader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.web.env EnvironmentLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.web.env EnvironmentLoader.

The text is from its open source code.

Subclass

org.apache.shiro.web.env.EnvironmentLoader has subclasses.
Click this link to see all its subclasses.

Field

StringENVIRONMENT_CLASS_PARAM
Servlet Context config param for specifying the WebEnvironment implementation class to use: shiroEnvironmentClass
StringCONFIG_LOCATIONS_PARAM
Servlet Context config param for the resource path to use for configuring the WebEnvironment instance: shiroConfigLocations
StringENVIRONMENT_ATTRIBUTE_KEY

Method

WebEnvironmentinitEnvironment(ServletContext servletContext)
Initializes Shiro's WebEnvironment instance for the specified ServletContext based on the #CONFIG_LOCATIONS_PARAM value.