public class ProxiedFilterChain extends Object implements javax.servlet.FilterChain
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.| Constructor and Description |
|---|
ProxiedFilterChain(javax.servlet.FilterChain orig,
List<javax.servlet.Filter> filters) |
public ProxiedFilterChain(javax.servlet.FilterChain orig,
List<javax.servlet.Filter> filters)
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws IOException,
javax.servlet.ServletException
doFilter in interface javax.servlet.FilterChainIOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.