public class WikiToEditorHtmlMigrator extends Object implements ExceptionThrowingMigrator
Modifier and Type | Method and Description |
---|---|
String |
migrate(String wiki,
com.atlassian.renderer.RenderContext renderContext)
Migrate the supplied text to a different text format.
|
public String migrate(String wiki, com.atlassian.renderer.RenderContext renderContext) throws XhtmlException
ExceptionThrowingMigrator
Migrate the supplied text to a different text format.
migrate
in interface ExceptionThrowingMigrator
wiki
- the String to be migratedrenderContext
- the context for the rendering during this migrationXhtmlException
- should there be problems migrating the supplied input.Copyright © 2003–2015 Atlassian. All rights reserved.