Uses of Enum Class
com.wontlost.ckeditor.handler.HtmlSanitizer.SanitizationPolicy
Packages that use HtmlSanitizer.SanitizationPolicy
-
Uses of HtmlSanitizer.SanitizationPolicy in com.wontlost.ckeditor.handler
Subclasses with type arguments of type HtmlSanitizer.SanitizationPolicy in com.wontlost.ckeditor.handlerMethods in com.wontlost.ckeditor.handler that return HtmlSanitizer.SanitizationPolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HtmlSanitizer.SanitizationPolicy[]HtmlSanitizer.SanitizationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.wontlost.ckeditor.handler with parameters of type HtmlSanitizer.SanitizationPolicyModifier and TypeMethodDescriptionstatic HtmlSanitizerHtmlSanitizer.withPolicy(HtmlSanitizer.SanitizationPolicy policy) 创建基于策略的清理器