com.atlassian.confluence.content.render.xhtml.definition
Class RichTextMacroBody
java.lang.Object
com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
- All Implemented Interfaces:
- MacroBody
public class RichTextMacroBody
- extends Object
- implements MacroBody
Macro body that contains rich text or HTML markup.
RichTextMacroBody
public RichTextMacroBody(String body)
getBody
public String getBody()
- Specified by:
getBody
in interface MacroBody
- Returns:
- the macro body
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object