|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.ErrorFilterChain
public class ErrorFilterChain
Responds with an error code.
| Constructor Summary | |
|---|---|
ErrorFilterChain(int errorCode)
Create the error filter chain servlet. |
|
ErrorFilterChain(int errorCode,
java.lang.String message)
Create the error filter chain servlet. |
|
| Method Summary | |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorFilterChain(int errorCode)
errorCode - the HTTP error code
public ErrorFilterChain(int errorCode,
java.lang.String message)
errorCode - the HTTP error code| Method Detail |
|---|
public void doFilter(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
doFilter in interface FilterChainrequest - the servlet requestresponse - the servlet response
ServletException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||