public interface FilterChain
Modifier and Type | Method and Description |
---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
go to the next filter in the chain or the target resource.
|
void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
request
- the requestresponse
- the responseServletException
java.io.IOException