Class EditorBodyMacroMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodyMacroMarshaller
- All Implemented Interfaces:
MacroMarshaller
Marshal macros that have a body to editor format
-
Constructor Summary
ConstructorsConstructorDescriptionEditorBodyMacroMarshaller
(CommonMacroAttributeWriter commonAttributeWriter, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getCssClass
(MacroDefinition definition) protected String
getImageSource
(MacroDefinition definition) boolean
marshal
(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) Marshall the supplied macro.
-
Constructor Details
-
EditorBodyMacroMarshaller
public EditorBodyMacroMarshaller(CommonMacroAttributeWriter commonAttributeWriter, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory)
-
-
Method Details
-
handles
- Specified by:
handles
in interfaceMacroMarshaller
- Parameters:
macro
- the macro to check. This may be null.- Returns:
- true if the MacroMarshaller can handle this macro.
-
marshal
public Streamable marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) throws XhtmlException Description copied from interface:MacroMarshaller
Marshall the supplied macro.- Specified by:
marshal
in interfaceMacroMarshaller
- Parameters:
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.- Returns:
- Throws:
XhtmlException
-
getCssClass
-
getImageSource
-