public class

RichTextMacroBody

extends Object
implements MacroBody
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody

Class Overview

Macro body that contains rich text or HTML markup.

Summary

Public Constructors
RichTextMacroBody(String body)
Public Methods
boolean equals(Object o)
String getBody()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.definition.MacroBody

Public Constructors

public RichTextMacroBody (String body)

Public Methods

public boolean equals (Object o)

public String getBody ()

public int hashCode ()

public String toString ()