public interface LinkListener
Listener| Modifier and Type | Method and Description |
|---|---|
void |
beginLink(ResourceReference reference,
boolean freestanding,
Map<String,String> parameters)
Start of a link.
|
void |
endLink(ResourceReference reference,
boolean freestanding,
Map<String,String> parameters)
End of a link.
|
void beginLink(ResourceReference reference, boolean freestanding, @Default(value="") Map<String,String> parameters)
reference - the link referencefreestanding - if true then the link is a free standing URI directly in the textparameters - a generic list of parameters. Example: style="background-color: blue"ResourceReferencevoid endLink(ResourceReference reference, boolean freestanding, @Default(value="") Map<String,String> parameters)
reference - the link referencefreestanding - if true then the link is a free standing URI directly in the textparameters - a generic list of parameters. Example: style="background-color: blue"ResourceReferenceCopyright © 2004–2016 XWiki. All rights reserved.