public interface ImageListener
Listener| Modifier and Type | Method and Description |
|---|---|
void |
onImage(ResourceReference reference,
boolean isFreeStandingURI,
Map<String,String> parameters)
An image.
|
void onImage(@Name(value="reference")
ResourceReference reference,
@Name(value="freestanding")
boolean isFreeStandingURI,
@Default(value="")@Name(value="parameters")
Map<String,String> parameters)
reference - the image referenceisFreeStandingURI - if true then the image is defined directly as a URI in the textparameters - a generic list of parameters. Example: style="background-color: blue"Copyright © 2004–2015 XWiki. All rights reserved.