|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||