public interface LinkCreationListener2
Modifier and Type | Method and Description |
---|---|
void |
createdComponentEventLink(Link link,
ComponentEventRequestParameters parameters)
Invoked when an action link (a link that asks a component to perform an action) is created.
|
void |
createdPageRenderLink(Link link,
PageRenderRequestParameters parameters)
Invoked when a page link (a link that renders a page) is created.
|
void createdPageRenderLink(Link link, PageRenderRequestParameters parameters)
Link.addParameter(String, String)
).link
- the newly created linkparameters
- information encoded into the linkvoid createdComponentEventLink(Link link, ComponentEventRequestParameters parameters)
Link.addParameter(String, String)
).link
- the newly created linkparameters
- information encoded into the link5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.