public interface LinkListener
Listener| Modifier and Type | Method and Description |
|---|---|
void |
beginLink(ResourceReference reference,
boolean isFreeStandingURI,
Map<String,String> parameters)
Start of a link.
|
void |
endLink(ResourceReference reference,
boolean isFreeStandingURI,
Map<String,String> parameters)
End of a link.
|
void beginLink(@Name(value="reference")
ResourceReference reference,
@Name(value="freestanding")
boolean isFreeStandingURI,
@Default(value="")@Name(value="parameters")
Map<String,String> parameters)
reference - the link referenceisFreeStandingURI - 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(@Name(value="reference")
ResourceReference reference,
@Name(value="freestanding")
boolean isFreeStandingURI,
@Default(value="")@Name(value="parameters")
Map<String,String> parameters)
reference - the link referenceisFreeStandingURI - 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–2015 XWiki. All rights reserved.