Uses of Interface
org.apache.tapestry.record.PropertyPersistenceStrategySource

Packages that use PropertyPersistenceStrategySource
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   
 

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(java.lang.String pageName, IRequestCycle requestCycle, PropertyPersistenceStrategySource strategySource, org.apache.hivemind.ErrorLog log)
           
 

Uses of PropertyPersistenceStrategySource in org.apache.tapestry.services.impl
 

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)