| java.lang.Object | |
| ↳ | com.atlassian.confluence.plugins.gadgets.migrator.GadgetMacroMigrator |
Migrates wiki-markup macros to XHTML. This involves moving the gadget preferences from the body into a "preferences" parameter.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Migrates a wiki-markup representation of a macro to XHTML
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.confluence.macro.xhtml.MacroMigration
| |||||||||||||
Migrates a wiki-markup representation of a macro to XHTML
| macroDefinition | The MacroDefinition in wiki-markup form. |
|---|---|
| conversionContext | The ConversionContext to perform the migration under. |

