Package | Description |
---|---|
org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder . |
Modifier and Type | Class and Description |
---|---|
class |
ClientPropertyPersistenceStrategy
Service tapestry.persist.ClientPropertyPersistenceStrategy.
|
class |
SessionPropertyPersistenceStrategy
The most basic
PropertyPersistenceStrategy , which stores
properties in the HttpSession as attributes. |
Modifier and Type | Method and Description |
---|---|
PropertyPersistenceStrategy |
PropertyPersistenceStrategyContribution.getStrategy() |
PropertyPersistenceStrategy |
PropertyPersistenceStrategySource.getStrategy(java.lang.String name)
Returns the name strategy.
|
PropertyPersistenceStrategy |
PropertyPersistenceStrategySourceImpl.getStrategy(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyPersistenceStrategyContribution.setStrategy(PropertyPersistenceStrategy strategy) |