org.apache.tapestry5.internal.services
Class OptimizedSessionPersistedObjectAnalyzer

java.lang.Object
  extended by org.apache.tapestry5.internal.services.OptimizedSessionPersistedObjectAnalyzer
All Implemented Interfaces:
SessionPersistedObjectAnalyzer<OptimizedSessionPersistedObject>

public class OptimizedSessionPersistedObjectAnalyzer
extends Object
implements SessionPersistedObjectAnalyzer<OptimizedSessionPersistedObject>


Constructor Summary
OptimizedSessionPersistedObjectAnalyzer()
           
 
Method Summary
 boolean isDirty(OptimizedSessionPersistedObject object)
          Passed an object (never null) to see if it is dirty or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptimizedSessionPersistedObjectAnalyzer

public OptimizedSessionPersistedObjectAnalyzer()
Method Detail

isDirty

public boolean isDirty(OptimizedSessionPersistedObject object)
Description copied from interface: SessionPersistedObjectAnalyzer
Passed an object (never null) to see if it is dirty or not. Dirty objects that are stored in the session are re-stored into the session at the end of the request.

Specified by:
isDirty in interface SessionPersistedObjectAnalyzer<OptimizedSessionPersistedObject>
Returns:
true if object needs to be re-stored into the session


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.