org.apache.shiro.web.servlet
Class ProxiedFilterChain
java.lang.Object
org.apache.shiro.web.servlet.ProxiedFilterChain
- All Implemented Interfaces:
- FilterChain
public class ProxiedFilterChain
- extends Object
- implements 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxiedFilterChain
public ProxiedFilterChain(FilterChain orig,
List<Filter> filters)
doFilter
public void doFilter(ServletRequest request,
ServletResponse response)
throws IOException,
ServletException
- Specified by:
doFilter in interface FilterChain
- Throws:
IOException
ServletException
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.