public class DispatchFilterChain extends java.lang.Object implements FilterChain
| Constructor and Description |
|---|
DispatchFilterChain(FilterChain next,
WebApp webApp)
Creates a new FilterChainFilter.
|
| 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.
|
java.lang.String |
toString() |
public DispatchFilterChain(FilterChain next, WebApp webApp)
next - the next filterChainwebApp - the webApppublic void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter in interface FilterChainrequest - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object