Class EndOfRequestCleanupFilter
java.lang.Object
org.apache.tapestry5.internal.test.EndOfRequestCleanupFilter
- All Implemented Interfaces:
RequestFilter
Makes sure that
PerthreadManager.cleanup()
is invoked at the end of each
request (normally handled by TapestryFilter
).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
service
(Request request, Response response, RequestHandler handler) Returns true if the request has been handled, false otherwise.
-
Constructor Details
-
EndOfRequestCleanupFilter
-
-
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
-