Uses of Interface
com.atlassian.confluence.macro.MacroDefinitionDeserializer
Package
Description
-
Uses of MacroDefinitionDeserializer in com.atlassian.confluence.content.render.xhtml.migration
ModifierConstructorDescriptionXhtmlMacroRendererComponent
(com.atlassian.renderer.v2.macro.MacroManager v2MacroManager, MacroMigrationManager macroMigrationManager, Marshaller<MacroDefinition> macroMarshaller, MacroReplacementRendererRepository replacementRepository, MacroDefinitionDeserializer macroDefinitionWikiMarkupDeserializer) -
Uses of MacroDefinitionDeserializer in com.atlassian.confluence.macro
Modifier and TypeClassDescriptionclass
Responsible for deserializing the encoded representation of a MacroDefinition produced byMacroDefinitionRequestSerializer
.class
Deserializes a wiki markup format macro declaration to a MacroDefinition.ModifierConstructorDescriptionMacroDefinitionRequestDeserializer
(MacroDefinitionDeserializer wikiMarkupDeserializer) -
Uses of MacroDefinitionDeserializer in com.atlassian.confluence.tinymceplugin.placeholder
ModifierConstructorDescriptionMacroPlaceholderServlet
(MacroMetadataManager macroMetadataManager, MacroIconManager macroIconManager, PlaceholderImageFactory placeholderImageFactory, I18NBeanFactory i18NBeanFactory, MacroDefinitionDeserializer macroDefinitionDeserializer)