public interface

EditorImagePlaceholder

com.atlassian.confluence.macro.EditorImagePlaceholder

Summary

Public Methods
ImagePlaceholder getImagePlaceholder(Map<StringString> parameters, ConversionContext context)
Returns an ImagePlaceholder instance to be displayed in the editor.

Public Methods

public ImagePlaceholder getImagePlaceholder (Map<StringString> parameters, ConversionContext context)

Returns an ImagePlaceholder instance to be displayed in the editor.

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.