Uses of Class
com.atlassian.confluence.content.render.xhtml.migration.AbstractExceptionTolerantMigrator
-
Packages that use AbstractExceptionTolerantMigrator Package Description com.atlassian.confluence.content.render.xhtml.migration com.atlassian.confluence.macro.xhtml -
-
Uses of AbstractExceptionTolerantMigrator in com.atlassian.confluence.content.render.xhtml.migration
Subclasses of AbstractExceptionTolerantMigrator in com.atlassian.confluence.content.render.xhtml.migration Modifier and Type Class Description class
XhtmlRoundTripMigrator
Migrate content to the current storage format using a simple storage to storage fragment transformer. -
Uses of AbstractExceptionTolerantMigrator in com.atlassian.confluence.macro.xhtml
Subclasses of AbstractExceptionTolerantMigrator in com.atlassian.confluence.macro.xhtml Modifier and Type Class Description class
XhtmlWikiMarkupMacroMigrator
A Migrator that accepts storage format XHTML and will attempt to convert any instances of unmigrated-wiki-markup macros found to be direct storage XHTML format and therefore replacing the unmigrated-wiki-markup block.
-