Uses of Interface
com.atlassian.confluence.macro.MacroDefinitionDeserializer
-
Packages that use MacroDefinitionDeserializer Package Description com.atlassian.confluence.content.render.xhtml.migration com.atlassian.confluence.macro com.atlassian.confluence.tinymceplugin.placeholder -
-
Uses of MacroDefinitionDeserializer in com.atlassian.confluence.content.render.xhtml.migration
Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type MacroDefinitionDeserializer Constructor Description XhtmlMacroRendererComponent(com.atlassian.renderer.v2.macro.MacroManager v2MacroManager, MacroMigrationManager macroMigrationManager, Marshaller<MacroDefinition> macroMarshaller, MacroReplacementRendererRepository replacementRepository, MacroDefinitionDeserializer macroDefinitionWikiMarkupDeserializer)
-
Uses of MacroDefinitionDeserializer in com.atlassian.confluence.macro
Classes in com.atlassian.confluence.macro that implement MacroDefinitionDeserializer Modifier and Type Class Description class
MacroDefinitionRequestDeserializer
Responsible for deserializing the encoded representation of a MacroDefinition produced byMacroDefinitionRequestSerializer
.class
MacroDefinitionWikiMarkupDeserializer
Deserializes a wiki markup format macro declaration to a MacroDefinition.Constructors in com.atlassian.confluence.macro with parameters of type MacroDefinitionDeserializer Constructor Description MacroDefinitionRequestDeserializer(MacroDefinitionDeserializer wikiMarkupDeserializer)
-
Uses of MacroDefinitionDeserializer in com.atlassian.confluence.tinymceplugin.placeholder
Constructors in com.atlassian.confluence.tinymceplugin.placeholder with parameters of type MacroDefinitionDeserializer Constructor Description MacroPlaceholderServlet(MacroMetadataManager macroMetadataManager, MacroIconManager macroIconManager, PlaceholderImageFactory placeholderImageFactory, I18NBeanFactory i18NBeanFactory, MacroDefinitionDeserializer macroDefinitionDeserializer)
-