Uses of Interface
com.atlassian.confluence.macro.MacroDefinitionDeserializer

Packages that use MacroDefinitionDeserializer
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.macro   
 

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
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
 class MacroDefinitionRequestDeserializer
          Responsible for deserializing the encoded representation of a MacroDefinition produced by MacroDefinitionRequestSerializer.
 class MacroDefinitionWikiMarkupDeserializer
          Serializes a MacroDefinition to wiki markup format.
 

Constructors in com.atlassian.confluence.macro with parameters of type MacroDefinitionDeserializer
MacroDefinitionRequestDeserializer(MacroDefinitionDeserializer wikiMarkupDeserializer)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.