org.apache.shiro.web.env
Class ResourceBasedWebEnvironment
java.lang.Object
org.apache.shiro.env.DefaultEnvironment
org.apache.shiro.web.env.DefaultWebEnvironment
org.apache.shiro.web.env.ResourceBasedWebEnvironment
- All Implemented Interfaces:
- ResourceConfigurable, Environment, NamedObjectEnvironment, Destroyable, MutableWebEnvironment, WebEnvironment
- Direct Known Subclasses:
- IniWebEnvironment
public abstract class ResourceBasedWebEnvironment
- extends DefaultWebEnvironment
- implements ResourceConfigurable
Abstract implementation for WebEnvironments that can be initialized via resource paths (config files).
- Since:
- 1.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceBasedWebEnvironment
public ResourceBasedWebEnvironment()
getConfigLocations
public String[] getConfigLocations()
setConfigLocations
public void setConfigLocations(String locations)
- Specified by:
setConfigLocations in interface ResourceConfigurable
setConfigLocations
public void setConfigLocations(String[] configLocations)
- Specified by:
setConfigLocations in interface ResourceConfigurable
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.