Class RestoreDirtySessionObjects
- java.lang.Object
-
- org.apache.tapestry5.internal.services.RestoreDirtySessionObjects
-
- All Implemented Interfaces:
EndOfRequestListener
public class RestoreDirtySessionObjects extends java.lang.Object implements EndOfRequestListener
A listener that invokesSession.restoreDirtyObjects()
.
-
-
Constructor Summary
Constructors Constructor Description RestoreDirtySessionObjects(Request request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
requestDidComplete()
Notified at the end of the request.
-
-
-
Constructor Detail
-
RestoreDirtySessionObjects
public RestoreDirtySessionObjects(Request request)
-
-
Method Detail
-
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 interfaceEndOfRequestListener
-
-