com.atlassian.confluence.macro
Interface EditorImagePlaceholder

All Known Implementing Classes:
GadgetMacro

public interface EditorImagePlaceholder

Since:
4.0

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

Method Detail

getImagePlaceholder

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

Returns:
The image details to render in the editor.


Copyright © 2003-2011 Atlassian. All Rights Reserved.