Uses of Interface
org.apache.myfaces.tobago.sanitizer.Sanitizer
Packages that use Sanitizer
Package
Description
-
Uses of Sanitizer in org.apache.myfaces.tobago.config
Methods in org.apache.myfaces.tobago.config that return Sanitizer -
Uses of Sanitizer in org.apache.myfaces.tobago.internal.config
Methods in org.apache.myfaces.tobago.internal.config that return SanitizerMethods in org.apache.myfaces.tobago.internal.config with parameters of type SanitizerModifier and TypeMethodDescriptionprotected void
TobagoConfigImpl.setSanitizer
(Sanitizer sanitizer) -
Uses of Sanitizer in org.apache.myfaces.tobago.sanitizer
Classes in org.apache.myfaces.tobago.sanitizer that implement SanitizerModifier and TypeClassDescriptionclass
The IgnoringSanitizer doesn't protect you against malicious code.class
The JsoupSanitizer uses the jsoup library http://jsoup.org/ to check against malicious code.