Class MacroBody
- java.lang.Object
-
- com.atlassian.confluence.macro.browser.beans.MacroBody
-
public class MacroBody extends Object
Represents body metadata for a macro.If the i18n properties file has values for Label and Description these will appear in the Macro Browser (for example) instead of the default text.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBodyType()MessagegetDescription()MessagegetLabel()booleanisHidden()Whether or not to display the macro body in the macro browser.voidsetBodyType(String bodyType)
-