Class | Description |
---|---|
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. |
ServiceExtensionEncoder |
Encodes the service name, typical output is "/page.svc" where "page" is a service name.
|