Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.ExceptionThrowingMigrator
-
Packages that use ExceptionThrowingMigrator Package Description com.atlassian.confluence.content.render.xhtml com.atlassian.confluence.content.render.xhtml.migration -
-
Uses of ExceptionThrowingMigrator in com.atlassian.confluence.content.render.xhtml
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ExceptionThrowingMigrator Constructor Description DefaultEditorFormatService(Marshaller<MacroDefinition> editorMacroMarshaller, Marshaller<Link> editorLinkMarshaller, Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller, Unmarshaller<MacroDefinition> editorMacroUnmarshaller, Unmarshaller<Link> editorLinkUnmarshaller, Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller, FragmentTransformer editorToStorageFragmentTransformer, FragmentTransformer storageToEditorFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, ExceptionThrowingMigrator wikiToEditorHtmlMigrator)
-
Uses of ExceptionThrowingMigrator in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ExceptionThrowingMigrator Modifier and Type Class Description class
WikiToEditorHtmlMigrator
Convert a wiki formatted String into Confluence Editor format HTML.
-