Class MacroBody
java.lang.Object
com.atlassian.confluence.macro.browser.beans.MacroBody
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.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetLabel()booleanisHidden()Whether or not to display the macro body in the macro browser.voidsetBodyType(String bodyType) 
- 
Constructor Details- 
MacroBody
- 
MacroBody
 
- 
- 
Method Details- 
getLabel
- 
getDescription
- 
isHiddenpublic boolean isHidden()Whether or not to display the macro body in the macro browser.
- 
getBodyType
- 
setBodyType
 
-