| java.lang.Object | |
| ↳ | com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodyMacroMarshaller |
Marshal macros that have a body to editor format
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Marshall the supplied macro.@return
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.content.render.xhtml.editor.macro.MacroMarshaller
| |||||||||||||||
Marshall the supplied macro.@return
| macro | the macro to be marshalled. It may be null, such as in the case where a Macro has not been identified by the system. |
|---|
| XhtmlException |
|---|

