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