Uses of Interface
com.atlassian.confluence.content.render.xhtml.storage.ContentTransformerFactory
-
-
Uses of ContentTransformerFactory in com.atlassian.confluence.content.render.xhtml
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ContentTransformerFactory Constructor Description DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator) -
Uses of ContentTransformerFactory in com.atlassian.confluence.content.render.xhtml.storage
Classes in com.atlassian.confluence.content.render.xhtml.storage that implement ContentTransformerFactory Modifier and Type Class Description classDefaultContentTransformerFactoryDefault implementation of theContentTransformerFactory, typically used by macro developers to obtain and optionally modifyMacroDefinitionobjects in page of macro body content. -
Uses of ContentTransformerFactory in com.atlassian.confluence.impl.content.render.xhtml
Constructors in com.atlassian.confluence.impl.content.render.xhtml with parameters of type ContentTransformerFactory Constructor Description MacroDefinitionTransformerImpl(ContentTransformerFactory contentTransformerFactory) -
Uses of ContentTransformerFactory in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type ContentTransformerFactory Modifier and Type Method Description voidExcerptHelper. setContentTransformerFactory(ContentTransformerFactory contentTransformerFactory)
-