Uses of Interface
com.atlassian.confluence.content.render.xhtml.RenderedContentCleaner
Packages that use RenderedContentCleaner
Package
Description
-
Uses of RenderedContentCleaner in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement RenderedContentCleanerModifier and TypeClassDescriptionclass
A 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 RenderedContentCleanerModifier and TypeMethodDescriptionstatic RenderedContentCleaner
PolicyConfiguredCleaner.createRenderedContentCleaner()
-
Uses of RenderedContentCleaner in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type RenderedContentCleanerModifier and TypeMethodDescriptionvoid
PageVariablesAction.setRenderedContentCleaner
(RenderedContentCleaner renderedContentCleaner) -
Uses of RenderedContentCleaner in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type RenderedContentCleanerModifierConstructorDescriptionMarkdownXhtmlConverter
(RenderedContentCleaner renderedContentCleaner)