org.apache.tapestry5
Interface OptimizedApplicationStateObject


Deprecated. since 5.1.0.0; use OptimizedSessionPersistedObject instead

public interface OptimizedApplicationStateObject

Optional interface that may be implemented by an Application State Object.

See Also:
ApplicationState, ApplicationStateManager

Method Summary
 boolean isApplicationStateObjectDirty()
          Deprecated. Determines if the application state object has changed its state since being read from the session.
 

Method Detail

isApplicationStateObjectDirty

boolean isApplicationStateObjectDirty()
Deprecated. 
Determines if the application state object has changed its state since being read from the session.

Returns:
true if the ASO has changed and needs resaving, false otherwise


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