Package org.apache.tapestry.engine.encoders

Various service url encoding classes for things like Assets / page links / etc.

See:
          Description

Class Summary
AssetEncoder Encoder for the AssetService that uses servlet path info to store the resource digest and the path to the resource.
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.
PageServiceEncoder The canonical implementation of ServiceEncoder, it encodes page name and a service name.
PathEncoder Encoder for mapping service names as simple paths such as "/service" .
ServiceExtensionEncoder Encodes the service name, typical output is "/page.svc" where "page" is a service name.
 

Package org.apache.tapestry.engine.encoders Description

Various service url encoding classes for things like Assets / page links / etc.

Author:
Howard Lewis Ship hlship@apache.org



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