Uses of Interface
com.atlassian.confluence.content.render.xhtml.editor.macro.MacroMarshaller
Packages that use MacroMarshaller
-
Uses of MacroMarshaller in com.atlassian.confluence.content.render.xhtml.editor.macro
Classes in com.atlassian.confluence.content.render.xhtml.editor.macro that implement MacroMarshallerModifier and TypeClassDescriptionclass
Marshal a Macro that implements theEditorImagePlaceholder
interface and therefore displays a custom image in the editorclass
Marshal a macro that provides its own HTML representation for the editor.class
Marshal macros that don't have a body to editor format.class
Marshal macros that have a body to editor formatclass
Replaces EditorUnknownMacroMarshaller to handle both body and bodiless macros.Constructor parameters in com.atlassian.confluence.content.render.xhtml.editor.macro with type arguments of type MacroMarshallerModifierConstructorDescriptionEditorMacroMarshaller
(MacroManager macroManager, List<MacroMarshaller> macroMarshallers)