Class WikiToEditorHtmlMigrator

    • Method Detail

      • migrate

        public String migrate​(String wiki,
                              com.atlassian.renderer.RenderContext renderContext)
                       throws XhtmlException
        Description copied from interface: ExceptionThrowingMigrator

        Migrate the supplied text to a different text format.

        Specified by:
        migrate in interface ExceptionThrowingMigrator
        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.
        Throws:
        XhtmlException - should there be problems migrating the supplied input.