Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.ExceptionThrowingMigrator
Packages that use ExceptionThrowingMigrator
Package
Description
-
Uses of ExceptionThrowingMigrator in com.atlassian.confluence.content.render.xhtml
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ExceptionThrowingMigratorModifierConstructorDescriptionDefaultEditorFormatService
(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) Deprecated.since 8.5.13DefaultEditorFormatService
(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, HtmlToXmlConverter htmlToXmlConverter) -
Uses of ExceptionThrowingMigrator in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ExceptionThrowingMigratorModifier and TypeClassDescriptionclass
Convert a wiki formatted String into Confluence Editor format HTML.