Uses of Interface
com.atlassian.confluence.content.render.xhtml.RenderedContentCleaner
-
Packages that use RenderedContentCleaner Package Description com.atlassian.confluence.content.render.xhtml com.atlassian.confluence.pages.actions com.atlassian.confluence.tinymceplugin.rest -
-
Uses of RenderedContentCleaner in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement RenderedContentCleaner Modifier and Type Class Description classPolicyConfiguredCleanerA thread safe xhtml/html/xml Cleaner which is configured via a policy file classpath resource.Methods in com.atlassian.confluence.content.render.xhtml that return RenderedContentCleaner Modifier and Type Method Description static RenderedContentCleanerPolicyConfiguredCleaner. createRenderedContentCleaner() -
Uses of RenderedContentCleaner in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type RenderedContentCleaner Modifier and Type Method Description voidPageVariablesAction. setRenderedContentCleaner(RenderedContentCleaner renderedContentCleaner) -
Uses of RenderedContentCleaner in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type RenderedContentCleaner Constructor Description MarkdownXhtmlConverter(RenderedContentCleaner renderedContentCleaner)
-