org.apache.tapestry5.internal.services
Class OptimizedApplicationStateObjectAnalyzer

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

public class OptimizedApplicationStateObjectAnalyzer
extends Object
implements SessionPersistedObjectAnalyzer<OptimizedApplicationStateObject>


Constructor Summary
OptimizedApplicationStateObjectAnalyzer()
           
 
Method Summary
 boolean isDirty(OptimizedApplicationStateObject 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

OptimizedApplicationStateObjectAnalyzer

public OptimizedApplicationStateObjectAnalyzer()
Method Detail

isDirty

public boolean isDirty(OptimizedApplicationStateObject 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<OptimizedApplicationStateObject>
Returns:
true if object needs to be re-stored into the session


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