Package com.atlassian.confluence.macro
Interface EditorImagePlaceholder
public interface EditorImagePlaceholder
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetImagePlaceholder(Map<String, String> parameters, ConversionContext context) Returns anImagePlaceholderinstance to be displayed in the editor.
-
Method Details
-
getImagePlaceholder
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.
-