A contributed implementation of this interface is expected to identify which requests it wants to transform. The {@link #transformPageRenderLink(Link,PageRenderRequestParameters)} method can return a {@link Link} that is allowedto differ from Tapestry normal default. Later, when that request is triggered, {@link #decodePageRenderRequest(Request)} is required to reverse the operation, identifying the original parametersso that request handling can continue. @since 5.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|