Uses of Interface
com.atlassian.confluence.macro.xhtml.MacroMigration

Packages that use MacroMigration
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.plugin.descriptor.xhtml   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.gadgets.migrator   
 

Uses of MacroMigration in com.atlassian.confluence.macro.xhtml
 

Classes in com.atlassian.confluence.macro.xhtml that implement MacroMigration
 class PlainTextMacroMigration
          Migration task for migrating plain text Macros.
 class RichTextMacroMigration
          Takes a macro with wiki-markup in its body and converts it to XHTML storage format.
 class V2MacroToUnmigratedWikiMarkupMacroMigration
          Responsible for wrapping a string containing a wiki macro declaration (say "{foo}bar{foo}") inside an XHTML wiki markup macro.
 

Methods in com.atlassian.confluence.macro.xhtml that return MacroMigration
 MacroMigration MacroMigrationManager.getMacroMigration(String macroName)
          Returns the MacroMigration for the given macro.
 MacroMigration DefaultMacroMigrationManager.getMacroMigration(String macroName)
           
 

Constructors in com.atlassian.confluence.macro.xhtml with parameters of type MacroMigration
DefaultMacroMigrationManager(MacroMigration richTextMacroMigration, MacroMigration plainTextMacroMigration, MacroMigration v2MacroToUnmigratedWikiMarkupMacroMigration, MacroManager xhtmlOnlyMacroManager, MacroManager v2CompatibileMacroManager, MacroManager v2MacroManager, Set<String> whitelistedNames)
          Sets the macro manager and the migration tasks for the rich text and plain text migrations.
 

Uses of MacroMigration in com.atlassian.confluence.plugin.descriptor.xhtml
 

Methods in com.atlassian.confluence.plugin.descriptor.xhtml that return MacroMigration
 MacroMigration MacroMigrationModuleDescriptor.getModule()
           
 

Uses of MacroMigration in com.atlassian.confluence.plugins.doctheme
 

Classes in com.atlassian.confluence.plugins.doctheme that implement MacroMigration
 class SpaceJumpMacroMigrator
           
 

Uses of MacroMigration in com.atlassian.confluence.plugins.gadgets.migrator
 

Classes in com.atlassian.confluence.plugins.gadgets.migrator that implement MacroMigration
 class GadgetMacroMigrator
          Migrates wiki-markup macros to XHTML.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.