Uses of Interface
org.apache.myfaces.tobago.sanitizer.Sanitizer
-
Packages that use Sanitizer Package Description org.apache.myfaces.tobago.config org.apache.myfaces.tobago.internal.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 abstract Sanitizer
TobagoConfig. getSanitizer()
-
Uses of Sanitizer in org.apache.myfaces.tobago.internal.config
Methods in org.apache.myfaces.tobago.internal.config that return Sanitizer Modifier and Type Method Description Sanitizer
TobagoConfigImpl. getSanitizer()
Methods in org.apache.myfaces.tobago.internal.config with parameters of type Sanitizer Modifier and Type Method Description protected void
TobagoConfigImpl. 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.
-