|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.content.render.xhtml.migration.WikiToEditorHtmlMigrator
public class WikiToEditorHtmlMigrator
Convert a wiki formatted String into Confluence Editor format HTML.
| Method Summary | |
|---|---|
java.lang.String |
migrate(java.lang.String wiki,
com.atlassian.renderer.RenderContext renderContext)
Migrate the supplied text to a different text format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String migrate(java.lang.String wiki,
com.atlassian.renderer.RenderContext renderContext)
throws XhtmlException
ExceptionThrowingMigratorMigrate the supplied text to a different text format.
migrate in interface ExceptionThrowingMigratorwiki - the String to be migratedrenderContext - the context for the rendering during this migration
XhtmlException - should there be problems migrating the supplied input.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||