Uses of Interface
org.apache.tapestry.engine.ServiceEncoding

Packages that use ServiceEncoding
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.engine.encoders   
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
 

Uses of ServiceEncoding in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement ServiceEncoding
 class ServiceEncodingImpl
          Implementation of ServiceEncoding, which adds the ability to determine when the encoding has been modified.
 

Methods in org.apache.tapestry.engine with parameters of type ServiceEncoding
 void ServiceEncoder.encode(ServiceEncoding encoding)
          Invoked by the LinkFactory to encode the request.
 void ServiceEncoder.decode(ServiceEncoding encoding)
          Invoked to decode a request.
 

Uses of ServiceEncoding in org.apache.tapestry.engine.encoders
 

Methods in org.apache.tapestry.engine.encoders with parameters of type ServiceEncoding
 void ServiceExtensionEncoder.encode(ServiceEncoding encoding)
           
 void ServiceExtensionEncoder.decode(ServiceEncoding encoding)
           
 void PageServiceEncoder.encode(ServiceEncoding encoding)
           
 void PageServiceEncoder.decode(ServiceEncoding encoding)
           
 void DirectServiceEncoder.encode(ServiceEncoding encoding)
           
 void DirectServiceEncoder.decode(ServiceEncoding encoding)
           
 void AssetEncoder.encode(ServiceEncoding encoding)
           
 void AssetEncoder.decode(ServiceEncoding encoding)
           
 

Uses of ServiceEncoding in org.apache.tapestry.record
 

Methods in org.apache.tapestry.record with parameters of type ServiceEncoding
 void SessionPropertyPersistenceStrategy.addParametersForPersistentProperties(ServiceEncoding encoding, IRequestCycle cycle)
          Does nothing; session persistence does not make use of query parameters.
 void PropertyPersistenceStrategySourceImpl.addParametersForPersistentProperties(ServiceEncoding encoding, IRequestCycle cycle)
           
 void PropertyPersistenceStrategySource.addParametersForPersistentProperties(ServiceEncoding encoding, IRequestCycle cycle)
          Invoked by a LinkFactory , the parameters may be modified (added to) to store information related to persistent properties.
 void PropertyPersistenceStrategy.addParametersForPersistentProperties(ServiceEncoding encoding, IRequestCycle cycle)
          Invoked by a LinkFactory , the parameters may be modified (added to) to store information related to persistent properties.
 void ClientPropertyPersistenceStrategy.addParametersForPersistentProperties(ServiceEncoding encoding, IRequestCycle cycle)