Uses of Interface
org.apache.shiro.web.filter.mgt.FilterChainResolver

Packages that use FilterChainResolver
org.apache.shiro.web.config Web-specific implementation extensions to the org.apache.shiro.config components. 
org.apache.shiro.web.filter.mgt The filter 'mgt' (management) package contains components used in managing Filters that are available for filter chain construction, the filter chains themselves, as well as resolving filter chains based by name. 
org.apache.shiro.web.servlet Shiro-specific implementations of the Servlet API (Servlet Filters, et al). 
 

Uses of FilterChainResolver in org.apache.shiro.web.config
 

Methods in org.apache.shiro.web.config that return FilterChainResolver
protected  FilterChainResolver IniFilterChainResolverFactory.createDefaultInstance()
           
protected  FilterChainResolver IniFilterChainResolverFactory.createInstance(Ini ini)
           
 

Uses of FilterChainResolver in org.apache.shiro.web.filter.mgt
 

Classes in org.apache.shiro.web.filter.mgt that implement FilterChainResolver
 class PathMatchingFilterChainResolver
          A FilterChainResolver that resolves FilterChains based on url path matching, as determined by a configurable PathMatcher.
 

Uses of FilterChainResolver in org.apache.shiro.web.servlet
 

Methods in org.apache.shiro.web.servlet that return FilterChainResolver
 FilterChainResolver AbstractShiroFilter.getFilterChainResolver()
           
 

Methods in org.apache.shiro.web.servlet with parameters of type FilterChainResolver
 void AbstractShiroFilter.setFilterChainResolver(FilterChainResolver filterChainResolver)
           
 



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