|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyPersistenceStrategySource | |
---|---|
org.apache.tapestry.contrib.inspector | Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. |
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 | Service implementations. |
Uses of PropertyPersistenceStrategySource in org.apache.tapestry.contrib.inspector |
---|
Methods in org.apache.tapestry.contrib.inspector that return PropertyPersistenceStrategySource | |
---|---|
abstract PropertyPersistenceStrategySource |
ShowProperties.getPropertySource()
Injected. |
Uses of PropertyPersistenceStrategySource in org.apache.tapestry.engine |
---|
Methods in org.apache.tapestry.engine that return PropertyPersistenceStrategySource | |
---|---|
PropertyPersistenceStrategySource |
RequestCycleEnvironment.getStrategySource()
|
Constructors in org.apache.tapestry.engine with parameters of type PropertyPersistenceStrategySource | |
---|---|
RequestCycleEnvironment(org.apache.hivemind.ErrorHandler errorHandler,
Infrastructure infrastructure,
PropertyPersistenceStrategySource strategySource,
AbsoluteURLBuilder absoluteURLBuilder)
|
Uses of PropertyPersistenceStrategySource in org.apache.tapestry.record |
---|
Classes in org.apache.tapestry.record that implement PropertyPersistenceStrategySource | |
---|---|
class |
PropertyPersistenceStrategySourceImpl
Implementation of the tapestry.persist.PropertyPersistenceStrategySource service. |
Constructors in org.apache.tapestry.record with parameters of type PropertyPersistenceStrategySource | |
---|---|
PageRecorderImpl(String pageName,
PropertyPersistenceStrategySource strategySource,
org.apache.hivemind.ErrorLog log)
|
Uses of PropertyPersistenceStrategySource in org.apache.tapestry.services.impl |
---|
Fields in org.apache.tapestry.services.impl declared as PropertyPersistenceStrategySource | |
---|---|
protected PropertyPersistenceStrategySource |
LinkFactoryImpl._persistenceStrategySource
|
Methods in org.apache.tapestry.services.impl with parameters of type PropertyPersistenceStrategySource | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |