Uses of Interface
com.atlassian.confluence.macro.xhtml.MacroMigration
-
Packages that use MacroMigration Package Description com.atlassian.confluence.impl.macro.schema com.atlassian.confluence.macro.xhtml com.atlassian.confluence.plugin.descriptor.xhtml -
-
Uses of MacroMigration in com.atlassian.confluence.impl.macro.schema
Methods in com.atlassian.confluence.impl.macro.schema that return MacroMigration Modifier and Type Method Description MacroMigrationMacroSchemaMigratorModuleDescriptor. getModule() -
Uses of MacroMigration in com.atlassian.confluence.macro.xhtml
Classes in com.atlassian.confluence.macro.xhtml that implement MacroMigration Modifier and Type Class Description classPlainTextMacroMigrationMigration task for migrating plain textMacros.classRichTextMacroMigrationTakes a macro with wiki-markup in its body and converts it to XHTML storage format.classV2MacroToUnmigratedWikiMarkupMacroMigrationResponsible 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 Modifier and Type Method Description MacroMigrationDefaultMacroMigrationManager. getMacroMigration(String macroName)MacroMigrationMacroMigrationManager. getMacroMigration(String macroName)Returns theMacroMigrationfor the given macro.Constructors in com.atlassian.confluence.macro.xhtml with parameters of type MacroMigration Constructor Description 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 Modifier and Type Method Description MacroMigrationMacroMigrationModuleDescriptor. getModule()
-