Uses of Interface
com.atlassian.confluence.macro.MacroDefinitionSerializer
Packages that use MacroDefinitionSerializer
Package
Description
-
Uses of MacroDefinitionSerializer in com.atlassian.confluence.content.render.xhtml.editor.macro
Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type MacroDefinitionSerializerModifierConstructorDescriptionDefaultPlaceholderUrlFactory
(int placeholderVersion, SettingsManager settingsManager, ContextPathHolder contextPathHolder, LocaleManager localeManager, MacroDefinitionSerializer macroDefinitionSerializer) -
Uses of MacroDefinitionSerializer in com.atlassian.confluence.macro
Classes in com.atlassian.confluence.macro that implement MacroDefinitionSerializerModifier and TypeClassDescriptionclass
Serializes a MacroDefinition first into wiki markup and then base64 encodes the wiki markup.class
Serializes aMacroDefinition
to string in wiki markup.Constructors in com.atlassian.confluence.macro with parameters of type MacroDefinitionSerializerModifierConstructorDescriptionMacroDefinitionRequestSerializer
(MacroDefinitionSerializer wikiMarkupSerializer)