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

Packages that use ServiceEncoder
org.apache.tapestry.engine.encoders Various service url encoding classes for things like Assets / page links / etc. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

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 PathEncoder
          Encoder for mapping service names as simple paths such as "/service" .
 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)
           
 



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