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

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

Uses of PersistentPropertyDataEncoder in org.apache.tapestry.record
 

Classes in org.apache.tapestry.record that implement PersistentPropertyDataEncoder
 class PersistentPropertyDataEncoderImpl
          Responsible for converting lists of PropertyChanges back and forth to a URL safe encoded string.
 

Fields in org.apache.tapestry.record declared as PersistentPropertyDataEncoder
protected  PersistentPropertyDataEncoder ClientPropertyPersistenceStrategy._encoder
           
 

Methods in org.apache.tapestry.record with parameters of type PersistentPropertyDataEncoder
 void ClientPropertyPersistenceStrategy.setEncoder(PersistentPropertyDataEncoder encoder)
           
 

Constructors in org.apache.tapestry.record with parameters of type PersistentPropertyDataEncoder
PersistentPropertyData(PersistentPropertyDataEncoder encoder)
          Creates a new data using the specified encoder.
 



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