org.apache.tapestry5.internal.services
Class RestoreDirtySessionObjects
java.lang.Object
org.apache.tapestry5.internal.services.RestoreDirtySessionObjects
- All Implemented Interfaces:
- EndOfRequestListener
public class RestoreDirtySessionObjects
- extends Object
- implements EndOfRequestListener
A listener that invokes Session.restoreDirtyObjects()
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestoreDirtySessionObjects
public RestoreDirtySessionObjects(Request request)
requestDidComplete
public void requestDidComplete()
- Description copied from interface:
EndOfRequestListener
- Notified at the end of the request. This notification occurs after the response has been sent to the client,
which means that it is to late to (for example) create a new HttpSession.
- Specified by:
requestDidComplete
in interface EndOfRequestListener
Copyright © 2003-2012 The Apache Software Foundation.