| Package | Description |
|---|---|
| org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine. |
| org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder. |
| org.apache.tapestry.services.impl |
| Modifier and Type | Method and Description |
|---|---|
PropertyPersistenceStrategySource |
RequestCycleEnvironment.getStrategySource() |
| Constructor and Description |
|---|
RequestCycleEnvironment(org.apache.hivemind.ErrorHandler errorHandler,
Infrastructure infrastructure,
PropertyPersistenceStrategySource strategySource,
AbsoluteURLBuilder absoluteURLBuilder) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyPersistenceStrategySourceImpl
Implementation of the
tapestry.persist.PropertyPersistenceStrategySource service. |
| Constructor and Description |
|---|
PageRecorderImpl(java.lang.String pageName,
IRequestCycle requestCycle,
PropertyPersistenceStrategySource strategySource,
org.apache.hivemind.ErrorLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkFactoryImpl.setPersistenceStrategySource(PropertyPersistenceStrategySource persistenceStrategySource)
This is kind of limiting; it's possible that other things beyond persistence strategies will
want to have a hand at encoding data into URLs.
|
void |
RequestCycleFactoryImpl.setStrategySource(PropertyPersistenceStrategySource strategySource) |