Uses of Interface
com.atlassian.confluence.macro.xhtml.MacroMigration
Packages that use MacroMigration
Package
Description
-
Uses of MacroMigration in com.atlassian.confluence.impl.macro.schema
Methods in com.atlassian.confluence.impl.macro.schema that return MacroMigration -
Uses of MacroMigration in com.atlassian.confluence.macro.xhtml
Classes in com.atlassian.confluence.macro.xhtml that implement MacroMigrationModifier and TypeClassDescriptionclassMigration task for migrating plain textMacros.classTakes a macro with wiki-markup in its body and converts it to XHTML storage format.classResponsible 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 MacroMigrationModifier and TypeMethodDescriptionDefaultMacroMigrationManager.getMacroMigration(String macroName) MacroMigrationManager.getMacroMigration(String macroName) Returns theMacroMigrationfor the given macro.Constructors in com.atlassian.confluence.macro.xhtml with parameters of type MacroMigrationModifierConstructorDescriptionDefaultMacroMigrationManager(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