com.atlassian.confluence.macro
Interface EditorImagePlaceholder

All Known Implementing Classes:
GadgetMacro

public interface EditorImagePlaceholder

Since:
4.0

Method Summary
 ImagePlaceholder getImagePlaceholder(java.util.Map<java.lang.String,java.lang.String> parameters, ConversionContext context)
          Returns an ImagePlaceholder instance to be displayed in the editor.
 

Method Detail

getImagePlaceholder

ImagePlaceholder getImagePlaceholder(java.util.Map<java.lang.String,java.lang.String> parameters,
                                     ConversionContext context)
Returns an ImagePlaceholder instance 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.


Copyright © 2003-2014 Atlassian. All Rights Reserved.