Class RequestErrorFilter
- java.lang.Object
-
- org.apache.tapestry5.internal.services.RequestErrorFilter
-
- All Implemented Interfaces:
RequestFilter
public class RequestErrorFilter extends Object implements RequestFilter
Filter for theRequestHandler
pipeline used to intercept and report exceptions.
-
-
Constructor Summary
Constructors Constructor Description RequestErrorFilter(InternalRequestGlobals internalRequestGlobals, RequestExceptionHandler exceptionHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
service(Request request, Response response, RequestHandler handler)
Returns true if the request has been handled, false otherwise.
-
-
-
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 interfaceRequestFilter
- Throws:
IOException
-
-