Uses of Interface
com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner

Packages that use StorageFormatCleaner
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.service   
com.atlassian.confluence.links   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.renderer.v2.macros   
 

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

Classes in com.atlassian.confluence.content.render.xhtml that implement StorageFormatCleaner
 class PolicyConfiguredCleaner
          A thread safe xhtml/html/xml Cleaner which is configured via a policy file classpath resource.
 

Fields in com.atlassian.confluence.content.render.xhtml declared as StorageFormatCleaner
protected  StorageFormatCleaner DefaultFormatConverter.storageFormatCleaner
           
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type StorageFormatCleaner
DefaultFormatConverter(EditorConverter editConverter, Renderer editRenderer, Renderer viewRenderer, StorageFormatCleaner storageFormatCleaner)
          Deprecated. since 5.6 use DefaultFormatConverter.DefaultFormatConverter(com.atlassian.confluence.content.render.xhtml.editor.EditorConverter, Renderer, Renderer, StorageFormatCleaner, RenderingEventPublisher)
DefaultFormatConverter(EditorConverter editConverter, Renderer editRenderer, Renderer viewRenderer, StorageFormatCleaner storageFormatCleaner, RenderingEventPublisher renderingEventPublisher)
           
 

Uses of StorageFormatCleaner in com.atlassian.confluence.content.render.xhtml.migration
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type StorageFormatCleaner
XhtmlLinkRendererComponent(LinkResolver linkResolver, Marshaller<Link> linkMarshaller, com.atlassian.renderer.v2.SubRenderer subRenderer, StorageFormatCleaner storageFormatCleaner)
           
 

Uses of StorageFormatCleaner in com.atlassian.confluence.content.render.xhtml.storage
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage with parameters of type StorageFormatCleaner
XhtmlCleaningInterceptor(StorageFormatCleaner storageFormatCleaner)
           
 

Uses of StorageFormatCleaner in com.atlassian.confluence.content.service
 

Methods in com.atlassian.confluence.content.service with parameters of type StorageFormatCleaner
 void DefaultRenderingService.setStorageFormatCleaner(StorageFormatCleaner storageFormatCleaner)
          Deprecated. since 5.6 this setter is only for backwards compatibility and has no effect.
 

Uses of StorageFormatCleaner in com.atlassian.confluence.links
 

Methods in com.atlassian.confluence.links with parameters of type StorageFormatCleaner
 void ConfluenceLinkResolver.setStorageFormatCleaner(StorageFormatCleaner storageFormatCleaner)
           
 

Uses of StorageFormatCleaner in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions with parameters of type StorageFormatCleaner
 void AbstractEditPageAction.setStorageFormatCleaner(StorageFormatCleaner storageFormatCleaner)
           
 

Uses of StorageFormatCleaner in com.atlassian.confluence.renderer.v2.macros
 

Methods in com.atlassian.confluence.renderer.v2.macros with parameters of type StorageFormatCleaner
 void GenericVelocityMacro.setStorageFormatCleaner(StorageFormatCleaner cleaner)
          Deprecated.  
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.