public interface FilterChain
| 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.
|
void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
request - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOException