|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistentFieldStrategy | |
---|---|
org.apache.tapestry5.hibernate | Provides support for simple CRUD applications built on top of Tapestry and Hibernate |
org.apache.tapestry5.internal.hibernate | [INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.jpa | Provides support for simple CRUD applications built on top of Tapestry and JPA |
org.apache.tapestry5.services | Core services |
Uses of PersistentFieldStrategy in org.apache.tapestry5.hibernate |
---|
Method parameters in org.apache.tapestry5.hibernate with type arguments of type PersistentFieldStrategy | |
---|---|
static void |
HibernateModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration)
Contributes the following: entity Stores the id of the entity and reloads from the Session
|
Uses of PersistentFieldStrategy in org.apache.tapestry5.internal.hibernate |
---|
Classes in org.apache.tapestry5.internal.hibernate that implement PersistentFieldStrategy | |
---|---|
class |
EntityPersistentFieldStrategy
Persists Hibernate entities by storing their id in the session. |
Uses of PersistentFieldStrategy in org.apache.tapestry5.internal.services |
---|
Subinterfaces of PersistentFieldStrategy in org.apache.tapestry5.internal.services | |
---|---|
interface |
ClientPersistentFieldStorage
Describes an object that can store PersistentFieldChange s, and manage a query parameter stored into a Link to maining this data across requests. |
Classes in org.apache.tapestry5.internal.services that implement PersistentFieldStrategy | |
---|---|
class |
AbstractSessionPersistentFieldStrategy
Base class for strategies that store their values as keys in the session. |
class |
ClientPersistentFieldStorageImpl
Manages client-persistent values on behalf of a ClientPersistentFieldStorageImpl . |
class |
ClientPersistentFieldStrategy
Implements simple client-persistent properties. |
class |
FlashPersistentFieldStrategy
The "flash" strategy stores data inside the session , just like SessionPersistentFieldStrategy , but also removes the values from the session on first use. |
class |
SessionPersistentFieldStrategy
A strategy for storing persistent page properties into the session . |
Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type PersistentFieldStrategy | |
---|---|
PersistentFieldManagerImpl(MetaDataLocator locator,
Map<String,PersistentFieldStrategy> strategies)
|
Uses of PersistentFieldStrategy in org.apache.tapestry5.jpa |
---|
Method parameters in org.apache.tapestry5.jpa with type arguments of type PersistentFieldStrategy | |
---|---|
static void |
JpaModule.provideEntityPersistentFieldStrategies(MappedConfiguration<String,PersistentFieldStrategy> configuration)
|
Uses of PersistentFieldStrategy in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services that return PersistentFieldStrategy | |
---|---|
PersistentFieldStrategy |
TapestryModule.buildClientPersistentFieldStrategy(LinkCreationHub linkCreationHub,
ClientPersistentFieldStrategy service)
|
Methods in org.apache.tapestry5.services with parameters of type PersistentFieldStrategy | |
---|---|
void |
TapestryModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration,
Request request,
PersistentFieldStrategy clientStrategy)
Contributes several strategies: session Values are stored in the Session
flash
Values are stored in the Session , until the next request (for the page)
client
Values are encoded into URLs (or hidden form fields)
|
Method parameters in org.apache.tapestry5.services with type arguments of type PersistentFieldStrategy | |
---|---|
void |
TapestryModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration,
Request request,
PersistentFieldStrategy clientStrategy)
Contributes several strategies: session Values are stored in the Session
flash
Values are stored in the Session , until the next request (for the page)
client
Values are encoded into URLs (or hidden form fields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |