org.apache.shiro.web.servlet
Class ProxiedFilterChain
java.lang.Object
org.apache.shiro.web.servlet.ProxiedFilterChain
- All Implemented Interfaces:
- javax.servlet.FilterChain
public class ProxiedFilterChain
- extends Object
- implements javax.servlet.FilterChain
A proxied filter chain is a FilterChain instance that proxies an original FilterChain as well
as a List of other Filters that might need to execute prior to the final wrapped
original chain. It allows a list of filters to execute before continuing the original (proxied)
FilterChain instance.
- Since:
- 0.9
|
Method Summary |
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxiedFilterChain
public ProxiedFilterChain(javax.servlet.FilterChain orig,
List<javax.servlet.Filter> filters)
doFilter
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws IOException,
javax.servlet.ServletException
- Specified by:
doFilter in interface javax.servlet.FilterChain
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.