org.apache.tapestry5.internal.services
Class RestoreDirtySessionObjects

java.lang.Object
  extended by org.apache.tapestry5.internal.services.RestoreDirtySessionObjects
All Implemented Interfaces:
EndOfRequestListener

public class RestoreDirtySessionObjects
extends Object
implements EndOfRequestListener

A listener that invokes Session.restoreDirtyObjects().


Constructor Summary
RestoreDirtySessionObjects(Request request)
           
 
Method Summary
 void requestDidComplete()
          Notified at the end of the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface EndOfRequestListener


Copyright © 2003-2012 The Apache Software Foundation.