|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceEncoding | |
org.apache.tapestry.engine | Implementations of the IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.engine.encoders |
Uses of ServiceEncoding in org.apache.tapestry.engine |
Classes in org.apache.tapestry.engine that implement ServiceEncoding | |
class |
ServiceEncodingImpl
Implementation of ServiceEncoding , which adds the ability to
determine when the encoding has been modified. |
Methods in org.apache.tapestry.engine with parameters of type ServiceEncoding | |
void |
ServiceEncoder.encode(ServiceEncoding encoding)
Invoked by the LinkFactory to encode the request. |
void |
ServiceEncoder.decode(ServiceEncoding encoding)
Invoked by XXX to decode a request. |
Uses of ServiceEncoding in org.apache.tapestry.engine.encoders |
Methods in org.apache.tapestry.engine.encoders with parameters of type ServiceEncoding | |
void |
ServiceExtensionEncoder.encode(ServiceEncoding encoding)
|
void |
ServiceExtensionEncoder.decode(ServiceEncoding encoding)
|
void |
PageServiceEncoder.encode(ServiceEncoding encoding)
|
void |
PageServiceEncoder.decode(ServiceEncoding encoding)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |