Uses of Interface
com.atlassian.confluence.macro.MacroDefinitionSerializer
-
Packages that use MacroDefinitionSerializer Package Description com.atlassian.confluence.content.render.xhtml.editor.macro com.atlassian.confluence.macro -
-
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 MacroDefinitionSerializer Constructor Description DefaultPlaceholderUrlFactory(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 MacroDefinitionSerializer Modifier and Type Class Description class
MacroDefinitionRequestSerializer
Serializes a MacroDefinition first into wiki markup and then base64 encodes the wiki markup.class
MacroDefinitionWikiMarkupSerializer
Serializes aMacroDefinition
to string in wiki markup.Constructors in com.atlassian.confluence.macro with parameters of type MacroDefinitionSerializer Constructor Description MacroDefinitionRequestSerializer(MacroDefinitionSerializer wikiMarkupSerializer)
-