Uses of Interface
com.atlassian.confluence.content.render.xhtml.storage.ContentTransformerFactory

Packages that use ContentTransformerFactory
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.util   
 

Uses of ContentTransformerFactory in com.atlassian.confluence.content.render.xhtml
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ContentTransformerFactory
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
 class DefaultContentTransformerFactory
          Default implementation of the ContentTransformerFactory, typically used by macro developers to obtain and optionally modify MacroDefinition objects in page of macro body content.
 

Uses of ContentTransformerFactory in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type ContentTransformerFactory
 void ExcerptHelper.setContentTransformerFactory(ContentTransformerFactory contentTransformerFactory)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.