Package org.apache.shiro.web.servlet
Class ProxiedFilterChain
java.lang.Object
org.apache.shiro.web.servlet.ProxiedFilterChain
- All Implemented Interfaces:
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
-
Constructor Summary
ConstructorsConstructorDescriptionProxiedFilterChain(javax.servlet.FilterChain orig, List<javax.servlet.Filter> filters) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
-
Constructor Details
-
ProxiedFilterChain
-
-
Method Details
-
doFilter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) throws IOException, javax.servlet.ServletException - Specified by:
doFilterin interfacejavax.servlet.FilterChain- Throws:
IOExceptionjavax.servlet.ServletException
-