Package com.atlassian.confluence.macro
Interface EditorImagePlaceholder
-
public interface EditorImagePlaceholder- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImagePlaceholdergetImagePlaceholder(Map<String,String> parameters, ConversionContext context)Returns anImagePlaceholderinstance to be displayed in the editor.
-
-
-
Method Detail
-
getImagePlaceholder
ImagePlaceholder getImagePlaceholder(Map<String,String> parameters, ConversionContext context)
Returns anImagePlaceholderinstance to be displayed in the editor.Return null if the default placeholder should be used.
- Parameters:
parameters- the parameters for the macro, with the default parameter being represent by the key "0".context- the ConversionContext for this usage.- Returns:
- The image details to render in the editor.
-
-