Class RestoreDirtySessionObjects
java.lang.Object
org.apache.tapestry5.internal.services.RestoreDirtySessionObjects
- All Implemented Interfaces:
EndOfRequestListener
A listener that invokes
Session.restoreDirtyObjects()
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RestoreDirtySessionObjects
-
-
Method Details
-
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 interfaceEndOfRequestListener
-