Class WikiToEditorHtmlMigrator
java.lang.Object
com.atlassian.confluence.content.render.xhtml.migration.WikiToEditorHtmlMigrator
- All Implemented Interfaces:
ExceptionThrowingMigrator
Convert a wiki formatted String into Confluence Editor format HTML.
-
Method Summary
-
Method Details
-
migrate
public String migrate(String wiki, com.atlassian.renderer.RenderContext renderContext) throws XhtmlException Description copied from interface:ExceptionThrowingMigratorMigrate the supplied text to a different text format.
- Specified by:
migratein interfaceExceptionThrowingMigrator- Parameters:
wiki- the String to be migratedrenderContext- the context for the rendering during this migration- Returns:
- the converted version of the supplied input text.
- Throws:
XhtmlException- should there be problems migrating the supplied input.
-