Uses of Interface
com.wontlost.ckeditor.handler.HtmlSanitizer
Packages that use HtmlSanitizer
Package
Description
Internal implementation classes package.
-
Uses of HtmlSanitizer in com.wontlost.ckeditor
Methods in com.wontlost.ckeditor that return HtmlSanitizerMethods in com.wontlost.ckeditor with parameters of type HtmlSanitizerModifier and TypeMethodDescriptionvoidVaadinCKEditor.setHtmlSanitizer(HtmlSanitizer sanitizer) Set HTML sanitizer.VaadinCKEditorBuilder.withHtmlSanitizer(HtmlSanitizer sanitizer) Set HTML sanitizer for content cleaning. -
Uses of HtmlSanitizer in com.wontlost.ckeditor.handler
Methods in com.wontlost.ckeditor.handler that return HtmlSanitizerModifier and TypeMethodDescriptiondefault HtmlSanitizerHtmlSanitizer.andThen(HtmlSanitizer other) Compose sanitizers (chain execution).static HtmlSanitizerHtmlSanitizer.passthrough()A no-op sanitizer that passes content through unchanged.static HtmlSanitizerHtmlSanitizer.withPolicy(HtmlSanitizer.SanitizationPolicy policy) Create a policy-based sanitizer.static HtmlSanitizerHtmlSanitizer.withSafelist(org.jsoup.safety.Safelist safelist) Create a sanitizer with a custom safelist.Methods in com.wontlost.ckeditor.handler with parameters of type HtmlSanitizerModifier and TypeMethodDescriptiondefault HtmlSanitizerHtmlSanitizer.andThen(HtmlSanitizer other) Compose sanitizers (chain execution). -
Uses of HtmlSanitizer in com.wontlost.ckeditor.internal
Constructors in com.wontlost.ckeditor.internal with parameters of type HtmlSanitizerModifierConstructorDescriptionContentManager(HtmlSanitizer htmlSanitizer) Create a content manager.