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