Uses of Interface
com.wontlost.ckeditor.handler.HtmlSanitizer
Packages that use HtmlSanitizer
Package
Description
内部实现类包。
-
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) 设置 HTML 清理器。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) 组合清理器(链式执行)static HtmlSanitizerHtmlSanitizer.passthrough()不进行任何清理的清理器static HtmlSanitizerHtmlSanitizer.withPolicy(HtmlSanitizer.SanitizationPolicy policy) 创建基于策略的清理器static HtmlSanitizerHtmlSanitizer.withSafelist(org.jsoup.safety.Safelist safelist) 创建自定义白名单的清理器Methods in com.wontlost.ckeditor.handler with parameters of type HtmlSanitizerModifier and TypeMethodDescriptiondefault HtmlSanitizerHtmlSanitizer.andThen(HtmlSanitizer other) 组合清理器(链式执行) -
Uses of HtmlSanitizer in com.wontlost.ckeditor.internal
Constructors in com.wontlost.ckeditor.internal with parameters of type HtmlSanitizer