Class PlainTextMacroMigration
java.lang.Object
com.atlassian.confluence.macro.xhtml.PlainTextMacroMigration
- All Implemented Interfaces:
- MacroMigration
Migration task for migrating plain text 
Macros.- Since:
- 4.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmigrate(MacroDefinition macro, ConversionContext context) Migrates a wiki-markup representation of a macro to XHTML
- 
Constructor Details- 
PlainTextMacroMigrationpublic PlainTextMacroMigration()
 
- 
- 
Method Details- 
migrateDescription copied from interface:MacroMigrationMigrates a wiki-markup representation of a macro to XHTML- Specified by:
- migratein interface- MacroMigration
- Parameters:
- macro- The- MacroDefinitionin wiki-markup form.
- context- The- ConversionContextto perform the migration under.
- Returns:
- An XHTML representation of the macro.
 
 
-