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 class
PolicyConfiguredCleaner
A thread safe xhtml/html/xml Cleaner which is configured via a policy file classpath resource. -
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 void
PageVariablesAction. 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)
-