|
||||||||||
| 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 |
ERROR_URI
|
static java.lang.String |
EXCEPTION
|
static java.lang.String |
EXCEPTION_TYPE
|
static java.lang.String |
JSP_EXCEPTION
|
static java.lang.String |
MESSAGE
|
static java.lang.String |
SERVLET_NAME
|
static java.lang.String |
SHUTDOWN
|
static java.lang.String |
STATUS_CODE
|
| 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 STATUS_CODE
public static java.lang.String EXCEPTION_TYPE
public static java.lang.String MESSAGE
public static java.lang.String EXCEPTION
public static java.lang.String ERROR_URI
public static java.lang.String SERVLET_NAME
public static java.lang.String JSP_EXCEPTION
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 Filterrequest - the servlet requestresponse - the servlet responsenext - the next filter in the chain
ServletException
java.io.IOExceptionpublic void destroy()
destroy in interface Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||