|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.dispatch.ExceptionFilterChain
public class ExceptionFilterChain
Represents the final servlet in a filter chain.
Constructor Summary | |
---|---|
ExceptionFilterChain(java.lang.Throwable exn)
Create the exception filter chain. |
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 ExceptionFilterChain(java.lang.Throwable exn)
exception
- the exception to throwMethod Detail |
---|
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter
in interface FilterChain
request
- the servlet requestresponse
- the servlet response
ServletException
java.io.IOException
public 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 |