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 PageServiceEncoder
          The canonical implementation of ServiceEncoder, it recognizes a service and a page.
 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 ServiceEncoderContribution.getEncoder()
           
 ServiceEncoder[] LinkFactoryImpl.getServiceEncoders()
           
 

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