|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.test.EndOfRequestCleanupFilter
public class EndOfRequestCleanupFilter
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 |
---|
public EndOfRequestCleanupFilter(PerthreadManager perThreadManager)
Method Detail |
---|
public boolean service(Request request, Response response, RequestHandler handler) throws java.io.IOException
RequestFilter
service
in interface RequestFilter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |