Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentFieldChangeImpl |
Modifier and Type | Method and Description |
---|---|
Collection<PersistentFieldChange> |
ClientPersistentFieldStorageImpl.gatherFieldChanges(String pageName) |
Collection<PersistentFieldChange> |
AbstractSessionPersistentFieldStrategy.gatherFieldChanges(String pageName) |
Collection<PersistentFieldChange> |
ClientPersistentFieldStrategy.gatherFieldChanges(String pageName) |
Constructor and Description |
---|
PersistentFieldBundleImpl(Collection<PersistentFieldChange> changes) |
Modifier and Type | Method and Description |
---|---|
Collection<PersistentFieldChange> |
PersistentFieldStrategy.gatherFieldChanges(String pageName)
Finds all persistent changes previously stored for the named page (for the current active session or client).
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.