public class ForwardErrorFilterChain extends ForwardFilterChain
| Constructor and Description |
|---|
ForwardErrorFilterChain(RequestDispatcher disp,
int code)
Create the forward filter chain servlet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Forwards to the dispatch
|
toStringpublic ForwardErrorFilterChain(RequestDispatcher disp, int code)
disp - the request dispatcher to forward to.public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter in interface FilterChaindoFilter in class ForwardFilterChainrequest - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOException