|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.macro.xhtml.RichTextMacroMigration
public class RichTextMacroMigration
Takes a macro with wiki-markup in its body and converts it to XHTML storage format. All wiki markup in the body
of the macro is rendered with 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 Summary | |
---|---|
RichTextMacroMigration(MacroManager xhtmlMacroManager)
|
Method Summary | |
---|---|
MacroDefinition |
migrate(MacroDefinition macroDefinition,
ConversionContext conversionContext)
Migrates a wiki-markup representation of a macro to XHTML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RichTextMacroMigration(MacroManager xhtmlMacroManager)
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |