Uses of Enum
org.apache.myfaces.tobago.sanitizer.SanitizeMode
Packages that use SanitizeMode
Package
Description
-
Uses of SanitizeMode in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return SanitizeModeModifier and TypeMethodDescriptionUIOut.getSanitize()
Should HTML content sanitized?UITextarea.getSanitize()
Should HTML content sanitized?Methods in org.apache.myfaces.tobago.component with parameters of type SanitizeModeModifier and TypeMethodDescriptionvoid
UIOut.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 SanitizeModeModifier and TypeMethodDescriptionabstract SanitizeMode
AbstractUIOut.getSanitize()
abstract SanitizeMode
AbstractUITextarea.getSanitize()
-
Uses of SanitizeMode in org.apache.myfaces.tobago.sanitizer
Methods in org.apache.myfaces.tobago.sanitizer that return SanitizeModeModifier and TypeMethodDescriptionstatic SanitizeMode
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.