public class ContinueMapFilterChain extends java.lang.Object implements FilterChain
| Constructor and Description |
|---|
ContinueMapFilterChain(java.lang.String uri,
java.lang.String queryString,
FilterChain accept,
FilterChainMapper nextFilterChainMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
public ContinueMapFilterChain(java.lang.String uri,
java.lang.String queryString,
FilterChain accept,
FilterChainMapper nextFilterChainMapper)
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
FilterChaindoFilter in interface FilterChainrequest - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOException