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 MacroMigration
MacroSchemaMigratorModuleDescriptor. 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 class
PlainTextMacroMigration
Migration task for migrating plain textMacro
s.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 Modifier and Type Method Description MacroMigration
DefaultMacroMigrationManager. getMacroMigration(String macroName)
MacroMigration
MacroMigrationManager. getMacroMigration(String macroName)
Returns theMacroMigration
for 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 MacroMigration
MacroMigrationModuleDescriptor. getModule()
-