Uses of Interface
org.apache.tapestry5.services.PersistentFieldChange
Packages that use PersistentFieldChange
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
-
Uses of PersistentFieldChange in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement PersistentFieldChangeMethods in org.apache.tapestry5.internal.services that return types with arguments of type PersistentFieldChangeModifier and TypeMethodDescriptionfinal Collection<PersistentFieldChange>
AbstractSessionPersistentFieldStrategy.gatherFieldChanges
(String pageName) ClientPersistentFieldStorageImpl.gatherFieldChanges
(String pageName) ClientPersistentFieldStrategy.gatherFieldChanges
(String pageName) Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type PersistentFieldChangeModifierConstructorDescription -
Uses of PersistentFieldChange in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return types with arguments of type PersistentFieldChangeModifier and TypeMethodDescriptionPersistentFieldStrategy.gatherFieldChanges
(String pageName) Finds all persistent changes previously stored for the named page (for the current active session or client).