public class

WikiToEditorHtmlMigrator

extends Object
implements ExceptionThrowingMigrator
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.migration.WikiToEditorHtmlMigrator

Class Overview

Convert a wiki formatted String into Confluence Editor format HTML.

Summary

Public Methods
String migrate(String wiki, RenderContext renderContext)

Migrate the supplied text to a different text format.

[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.migration.ExceptionThrowingMigrator

Public Methods

public String migrate (String wiki, RenderContext renderContext)

Migrate the supplied text to a different text format.

Parameters
wiki the String to be migrated
renderContext the context for the rendering during this migration
Returns
  • the converted version of the supplied input text.