Package | Description |
---|---|
org.apache.tapestry.engine.encoders | |
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ServiceEncoder[] |
LinkFactory.getServiceEncoders()
Returns an array of
ServiceEncoder , ordering into
execution order. |
Modifier and Type | Method and Description |
---|---|
ServiceEncoder |
ServiceEncoderContribution.getEncoder() |
ServiceEncoder[] |
LinkFactoryImpl.getServiceEncoders() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceEncoderContribution.setEncoder(ServiceEncoder encoder) |
void |
RequestCycleFactoryImpl.setEncoders(ServiceEncoder[] encoders) |