Uses of Enum Class
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?UIPopover.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
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 SanitizeModeModifier and TypeMethodDescriptionabstract SanitizeMode
AbstractUIOut.getSanitize()
abstract SanitizeMode
AbstractUIPopover.getSanitize()
abstract SanitizeMode
AbstractUITextarea.getSanitize()
-
Uses of SanitizeMode in org.apache.myfaces.tobago.sanitizer
Subclasses with type arguments of type SanitizeMode in org.apache.myfaces.tobago.sanitizerMethods in org.apache.myfaces.tobago.sanitizer that return SanitizeModeModifier and TypeMethodDescriptionstatic SanitizeMode
Returns the enum constant of this class with the specified name.static SanitizeMode[]
SanitizeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.