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
|
toString
public 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 FilterChain
doFilter
in class ForwardFilterChain
request
- the servlet requestresponse
- the servlet responseServletException
java.io.IOException