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

Packages that use PropertyPersistenceStrategy
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
 

Uses of PropertyPersistenceStrategy in org.apache.tapestry.record
 

Classes in org.apache.tapestry.record that implement PropertyPersistenceStrategy
 class ClientPropertyPersistenceStrategy
          Service tapestry.persist.ClientPropertyPersistenceStrategy.
 class SessionPropertyPersistenceStrategy
          The most basic PropertyPersistenceStrategy, which stores properties in the HttpSession as attributes.
 

Methods in org.apache.tapestry.record that return PropertyPersistenceStrategy
 PropertyPersistenceStrategy PropertyPersistenceStrategyContribution.getStrategy()
           
 PropertyPersistenceStrategy PropertyPersistenceStrategySource.getStrategy(String name)
          Returns the name strategy.
 PropertyPersistenceStrategy PropertyPersistenceStrategySourceImpl.getStrategy(String name)
           
 

Methods in org.apache.tapestry.record with parameters of type PropertyPersistenceStrategy
 void PropertyPersistenceStrategyContribution.setStrategy(PropertyPersistenceStrategy strategy)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.