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 invokesSession.restoreDirtyObjects(). 
- 
- 
Constructor Summary
Constructors Constructor Description RestoreDirtySessionObjects(Request request) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrequestDidComplete()Notified at the end of the request. 
 - 
 
- 
- 
Constructor Detail
- 
RestoreDirtySessionObjects
public RestoreDirtySessionObjects(Request request)
 
 - 
 
- 
Method Detail
- 
requestDidComplete
public void requestDidComplete()
Description copied from interface:EndOfRequestListenerNotified 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:
 requestDidCompletein interfaceEndOfRequestListener
 
 - 
 
 -