Uses of Class
org.apache.tapestry5.BaseOptimizedSessionPersistedObject

Packages that use BaseOptimizedSessionPersistedObject
org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework. 
org.apache.tapestry5.alerts Support for a standard way of presenting alerts to the user, via the AlertManager service combined with the Alerts component. 
org.apache.tapestry5.tree Classes and interfaces used by the Tree component 
 

Uses of BaseOptimizedSessionPersistedObject in org.apache.tapestry5
 

Subclasses of BaseOptimizedSessionPersistedObject in org.apache.tapestry5
 class ValidationTrackerImpl
          Standard implementation of ValidationTracker.
 

Uses of BaseOptimizedSessionPersistedObject in org.apache.tapestry5.alerts
 

Subclasses of BaseOptimizedSessionPersistedObject in org.apache.tapestry5.alerts
 class AlertStorage
          A stateless session object used to store Alerts between requests.
 

Uses of BaseOptimizedSessionPersistedObject in org.apache.tapestry5.tree
 

Subclasses of BaseOptimizedSessionPersistedObject in org.apache.tapestry5.tree
 class DefaultTreeExpansionModel<T>
          Manages a Set of String TreeNode ids.
 class DefaultTreeSelectionModel<T>
          Default implementation of TreeSelectionModel.
 



Copyright © 2003-2012 The Apache Software Foundation.