public class RichTextMacroMigration extends Object implements MacroMigration
RenderMode.ALL
. If you need to migrate the body of your macro with a different
render mode flag, please write and specify your own macro migration task.Constructor and Description |
---|
RichTextMacroMigration(MacroManager xhtmlMacroManager) |
Modifier and Type | Method and Description |
---|---|
MacroDefinition |
migrate(MacroDefinition macroDefinition,
ConversionContext conversionContext)
Migrates a wiki-markup representation of a macro to XHTML
|
public RichTextMacroMigration(MacroManager xhtmlMacroManager)
public MacroDefinition migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
MacroMigration
migrate
in interface MacroMigration
macroDefinition
- The MacroDefinition
in wiki-markup form.conversionContext
- The ConversionContext
to perform the migration under.Copyright © 2003–2019 Atlassian. All rights reserved.