Uses of Class
org.apache.myfaces.tobago.sanitizer.SanitizeMode
-
Packages that use SanitizeMode Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.sanitizer -
-
Uses of SanitizeMode in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return SanitizeMode Modifier and Type Method Description SanitizeMode
UIOut. getSanitize()
Should HTML content sanitized?SanitizeMode
UIPopover. getSanitize()
Should HTML content sanitized?SanitizeMode
UITextarea. getSanitize()
Should HTML content sanitized?Methods in org.apache.myfaces.tobago.component with parameters of type SanitizeMode Modifier and Type Method Description void
UIOut. setSanitize(SanitizeMode sanitize)
void
UIPopover. setSanitize(SanitizeMode sanitize)
void
UITextarea. setSanitize(SanitizeMode sanitize)
-
Uses of SanitizeMode in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return SanitizeMode Modifier and Type Method Description abstract SanitizeMode
AbstractUIOut. getSanitize()
abstract SanitizeMode
AbstractUIPopover. getSanitize()
abstract SanitizeMode
AbstractUITextarea. getSanitize()
-
Uses of SanitizeMode in org.apache.myfaces.tobago.sanitizer
Methods in org.apache.myfaces.tobago.sanitizer that return SanitizeMode Modifier and Type Method Description static SanitizeMode
SanitizeMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SanitizeMode[]
SanitizeMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-