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

Packages that use ServiceEncoder
org.apache.tapestry.engine.encoders   
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

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

Classes in org.apache.tapestry.engine.encoders that implement ServiceEncoder
 class AssetEncoder
          Encoder for the AssetService that uses servlet path info to store the resource digest and the path to the resource.
 class DirectServiceEncoder
          A specialized encoder for the direct service  that encodes the page name and component id path into the servlet path, and encodes the stateful flag by choosing one of two extensions.
 class PageServiceEncoder
          The canonical implementation of ServiceEncoder, it encodes page name and a service name.
 class ServiceExtensionEncoder
          Encodes the service name, typical output is "/page.svc" where "page" is a service name.
 

Uses of ServiceEncoder in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ServiceEncoder
 ServiceEncoder[] LinkFactory.getServiceEncoders()
          Returns an array of ServiceEncoder, ordering into execution order.
 

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

Methods in org.apache.tapestry.services.impl that return ServiceEncoder
 ServiceEncoder[] LinkFactoryImpl.getServiceEncoders()
           
 ServiceEncoder ServiceEncoderContribution.getEncoder()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type ServiceEncoder
 void ServiceEncoderContribution.setEncoder(ServiceEncoder encoder)
           
 void RequestCycleFactoryImpl.setEncoders(ServiceEncoder[] encoders)