Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.internal.services » [javadoc | source]
org.apache.tapestry5.internal.services
public class: RequestErrorFilter [javadoc | source]
java.lang.Object
   org.apache.tapestry5.internal.services.RequestErrorFilter

All Implemented Interfaces:
    RequestFilter

Filter for the org.apache.tapestry5.services.RequestHandler pipeline used to intercept and report exceptions.
Constructor:
 public RequestErrorFilter(InternalRequestGlobals internalRequestGlobals,
    RequestExceptionHandler exceptionHandler) 
Method from org.apache.tapestry5.internal.services.RequestErrorFilter Summary:
service
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.internal.services.RequestErrorFilter Detail:
 public boolean service(Request request,
    Response response,
    RequestHandler handler) throws IOException