|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.webapp.ErrorPageFilter
public class ErrorPageFilter
Represents the final servlet in a filter chain.
Field Summary | |
---|---|
static java.lang.String |
MESSAGE
|
static java.lang.String |
SHUTDOWN
|
Constructor Summary | |
---|---|
ErrorPageFilter()
Create error page filter. |
|
ErrorPageFilter(ErrorPageManager manager)
Create error page filter. |
Method Summary | |
---|---|
void |
destroy()
Dummy destroy |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain next)
Invokes the final servlet at the end of the chain. |
void |
init(FilterConfig config)
Dummy init. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String MESSAGE
public static java.lang.String SHUTDOWN
Constructor Detail |
---|
public ErrorPageFilter()
public ErrorPageFilter(ErrorPageManager manager)
Method Detail |
---|
public void init(FilterConfig config)
init
in interface Filter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain next) throws ServletException, java.io.IOException
doFilter
in interface Filter
request
- the servlet requestresponse
- the servlet responsenext
- the next filter in the chain
ServletException
java.io.IOException
public void destroy()
destroy
in interface Filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |