Uses of Interface
com.atlassian.confluence.content.render.xhtml.editor.macro.MacroMarshaller
-
Packages that use MacroMarshaller Package Description com.atlassian.confluence.content.render.xhtml.editor.macro -
-
Uses of MacroMarshaller in com.atlassian.confluence.content.render.xhtml.editor.macro
Classes in com.atlassian.confluence.content.render.xhtml.editor.macro that implement MacroMarshaller Modifier and Type Class Description classCustomImageEditorMacroMarshallerMarshal a Macro that implements theEditorImagePlaceholderinterface and therefore displays a custom image in the editorclassCustomPlaceholderEditorMarshallerMarshal a macro that provides its own HTML representation for the editor.classEditorBodilessMacroMarshallerMarshal macros that don't have a body to editor format.classEditorBodyMacroMarshallerMarshal macros that have a body to editor formatclassEditorUnknownMacroMarshallerDeprecated.since 7.7.0 in favour ofImprovedEditorUnknownMacroMarshallerclassImprovedEditorUnknownMacroMarshallerReplaces EditorUnknownMacroMarshaller to handle both body and bodiless macros.Constructor parameters in com.atlassian.confluence.content.render.xhtml.editor.macro with type arguments of type MacroMarshaller Constructor Description EditorMacroMarshaller(MacroManager macroManager, List<MacroMarshaller> macroMarshallers)
-