Uses of Interface
org.apache.tapestry5.http.OptimizedSessionPersistedObject
Packages that use OptimizedSessionPersistedObject
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
Support for a standard way of presenting alerts to the user, via the
AlertManager
service combined with the
Alerts
component.Support classes for the
Grid
component, which presents tabular data in an (X)HTML table.Classes and interfaces used by the
Tree
component-
Uses of OptimizedSessionPersistedObject in org.apache.tapestry5
Classes in org.apache.tapestry5 that implement OptimizedSessionPersistedObjectModifier and TypeClassDescriptionclass
Base implementation ofOptimizedSessionPersistedObject
.final class
Standard implementation ofValidationTracker
. -
Uses of OptimizedSessionPersistedObject in org.apache.tapestry5.alerts
Classes in org.apache.tapestry5.alerts that implement OptimizedSessionPersistedObjectModifier and TypeClassDescriptionclass
A stateless session object used to store Alerts between requests. -
Uses of OptimizedSessionPersistedObject in org.apache.tapestry5.grid
Classes in org.apache.tapestry5.grid that implement OptimizedSessionPersistedObject -
Uses of OptimizedSessionPersistedObject in org.apache.tapestry5.http.internal.services
Methods in org.apache.tapestry5.http.internal.services with parameters of type OptimizedSessionPersistedObjectModifier and TypeMethodDescriptionboolean
OptimizedSessionPersistedObjectAnalyzer.checkAndResetDirtyState
(OptimizedSessionPersistedObject sessionPersistedObject) -
Uses of OptimizedSessionPersistedObject in org.apache.tapestry5.tree
Classes in org.apache.tapestry5.tree that implement OptimizedSessionPersistedObjectModifier and TypeClassDescriptionclass
Manages a Set of StringTreeNode
ids.class
Default implementation ofTreeSelectionModel
.