org.apache.tapestry5.internal.services
Class OptimizedApplicationStateObjectAnalyzer
java.lang.Object
org.apache.tapestry5.internal.services.OptimizedApplicationStateObjectAnalyzer
- All Implemented Interfaces:
- SessionPersistedObjectAnalyzer<OptimizedApplicationStateObject>
public class OptimizedApplicationStateObjectAnalyzer
- extends Object
- implements SessionPersistedObjectAnalyzer<OptimizedApplicationStateObject>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptimizedApplicationStateObjectAnalyzer
public OptimizedApplicationStateObjectAnalyzer()
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.