org.apache.tapestry5.internal.services
Class RequestErrorFilter

java.lang.Object
  extended by org.apache.tapestry5.internal.services.RequestErrorFilter
All Implemented Interfaces:
RequestFilter

public class RequestErrorFilter
extends Object
implements RequestFilter

Filter for the RequestHandler pipeline used to intercept and report exceptions.


Constructor Summary
RequestErrorFilter(InternalRequestGlobals internalRequestGlobals, RequestExceptionHandler exceptionHandler)
           
 
Method Summary
 boolean service(Request request, Response response, RequestHandler handler)
          Returns true if the request has been handled, false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestErrorFilter

public RequestErrorFilter(InternalRequestGlobals internalRequestGlobals,
                          RequestExceptionHandler exceptionHandler)
Method Detail

service

public boolean service(Request request,
                       Response response,
                       RequestHandler handler)
                throws IOException
Description copied from interface: RequestFilter
Returns true if the request has been handled, false otherwise.

Specified by:
service in interface RequestFilter
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.