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
 

Constructors in org.apache.tapestry.engine with parameters of type PropertyPersistenceStrategySource
RequestCycle(IEngine engine, RequestContext requestContext, QueryParameterMap parameters, IEngineService service, Infrastructure infrastructure, PropertyPersistenceStrategySource strategySource, org.apache.hivemind.ErrorHandler errorHandler, IMonitor monitor)
          Standard constructor used to render a response page.
 

Uses of PropertyPersistenceStrategySource in org.apache.tapestry.record
 

Classes in org.apache.tapestry.record that implement PropertyPersistenceStrategySource
 class PropertyPersistenceStrategySourceImpl
           
 

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 RequestCycleFactoryImpl.setStrategySource(PropertyPersistenceStrategySource strategySource)