Class RequestErrorFilter
java.lang.Object
org.apache.tapestry5.internal.services.RequestErrorFilter
- All Implemented Interfaces:
RequestFilter
Filter for the
RequestHandler
pipeline used to intercept and report
exceptions.-
Constructor Summary
ConstructorsConstructorDescriptionRequestErrorFilter
(InternalRequestGlobals internalRequestGlobals, RequestExceptionHandler exceptionHandler) -
Method Summary
Modifier and TypeMethodDescriptionboolean
service
(Request request, Response response, RequestHandler handler) Returns true if the request has been handled, false otherwise.
-
Constructor Details
-
RequestErrorFilter
public RequestErrorFilter(InternalRequestGlobals internalRequestGlobals, RequestExceptionHandler exceptionHandler)
-
-
Method Details
-
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
-