public interface ImageListener
Listener
Modifier and Type | Method and Description |
---|---|
void |
onImage(ResourceReference reference,
boolean freestanding,
Map<String,String> parameters)
An image.
|
void onImage(ResourceReference reference, boolean freestanding, @Default(value="") Map<String,String> parameters)
reference
- the image referencefreestanding
- 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–2021 XWiki. All rights reserved.