Uses of Interface
com.atlassian.confluence.macro.MacroDefinitionDeserializer
Packages that use MacroDefinitionDeserializer
Package
Description
-
Uses of MacroDefinitionDeserializer in com.atlassian.confluence.content.render.xhtml.migration
Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type MacroDefinitionDeserializerModifierConstructorDescriptionXhtmlMacroRendererComponent
(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 MacroDefinitionDeserializerModifier and TypeClassDescriptionclass
Responsible for deserializing the encoded representation of a MacroDefinition produced byMacroDefinitionRequestSerializer
.class
Deserializes a wiki markup format macro declaration to a MacroDefinition.Constructors in com.atlassian.confluence.macro with parameters of type MacroDefinitionDeserializerModifierConstructorDescriptionMacroDefinitionRequestDeserializer
(MacroDefinitionDeserializer wikiMarkupDeserializer) -
Uses of MacroDefinitionDeserializer in com.atlassian.confluence.tinymceplugin.placeholder
Constructors in com.atlassian.confluence.tinymceplugin.placeholder with parameters of type MacroDefinitionDeserializerModifierConstructorDescriptionMacroPlaceholderServlet
(MacroMetadataManager macroMetadataManager, MacroIconManager macroIconManager, PlaceholderImageFactory placeholderImageFactory, I18NBeanFactory i18NBeanFactory, MacroDefinitionDeserializer macroDefinitionDeserializer)