org.apache.tapestry5
Class BaseOptimizedApplicationStateObject

java.lang.Object
  extended by org.apache.tapestry5.BaseOptimizedSessionPersistedObject
      extended by org.apache.tapestry5.BaseOptimizedApplicationStateObject
All Implemented Interfaces:
EventListener, HttpSessionBindingListener, OptimizedSessionPersistedObject

Deprecated. since 5.1.0.0; use BaseOptimizedSessionPersistedObject instead

public abstract class BaseOptimizedApplicationStateObject
extends BaseOptimizedSessionPersistedObject

Base class for creating optimized application state objects. Works as a HttpSessionBindingListener to determine when the object is no longer dirty.


Constructor Summary
BaseOptimizedApplicationStateObject()
          Deprecated.  
 
Method Summary
 boolean isApplicationStateObjectDirty()
          Deprecated.  
 
Methods inherited from class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
isSessionPersistedObjectDirty, markDirty, valueBound, valueUnbound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseOptimizedApplicationStateObject

public BaseOptimizedApplicationStateObject()
Deprecated. 
Method Detail

isApplicationStateObjectDirty

public final boolean isApplicationStateObjectDirty()
Deprecated. 


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