|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyPersistenceStrategy | |
org.apache.tapestry.record | Abstract and simple (memory-based) implementations of
IPageRecorder . |
Uses of PropertyPersistenceStrategy in org.apache.tapestry.record |
Classes in org.apache.tapestry.record that implement PropertyPersistenceStrategy | |
class |
ClientPropertyPersistenceStrategy
Service tapestry.persist.ClientPropertyPersistenceStrategy. |
class |
SessionPropertyPersistenceStrategy
The most basic PropertyPersistenceStrategy , which stores
properties in the HttpSession as attributes. |
Methods in org.apache.tapestry.record that return PropertyPersistenceStrategy | |
PropertyPersistenceStrategy |
PropertyPersistenceStrategySource.getStrategy(java.lang.String name)
Returns the name strategy. |
PropertyPersistenceStrategy |
PropertyPersistenceStrategyContribution.getStrategy()
|
PropertyPersistenceStrategy |
PropertyPersistenceStrategySourceImpl.getStrategy(java.lang.String name)
|
Methods in org.apache.tapestry.record with parameters of type PropertyPersistenceStrategy | |
void |
PropertyPersistenceStrategyContribution.setStrategy(PropertyPersistenceStrategy strategy)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |