Advices
ComponentEventLinkEncoder.createComponentEventLink(org.apache.tapestry5.services.ComponentEventRequestParameters, boolean)
and
ComponentEventLinkEncoder.createPageRenderLink(org.apache.tapestry5.services.PageRenderRequestParameters)
to rewrites the returned links using URLRewriter.
If the request being processed is processed in response to component
event link creation, the ComponentEVentRequestParameters associated with
that creation will be available via this method.
If the request being processed is processed in response to pagelink
creation, the PageRenderRequestParameters associated with that creation
will be available via this method.