org.apache.tapestry5.internal.test
Class EndOfRequestCleanupFilter

java.lang.Object
  extended by org.apache.tapestry5.internal.test.EndOfRequestCleanupFilter
All Implemented Interfaces:
RequestFilter

public class EndOfRequestCleanupFilter
extends Object
implements RequestFilter

Makes sure that PerthreadManager.cleanup() is invoked at the end of each request (normally handled by TapestryFilter).


Constructor Summary
EndOfRequestCleanupFilter(PerthreadManager perThreadManager)
           
 
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

EndOfRequestCleanupFilter

public EndOfRequestCleanupFilter(PerthreadManager perThreadManager)
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.