Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.sanitizer |
Modifier and Type | Method and Description |
---|---|
SanitizeMode |
UITextarea.getSanitize()
Should HTML content sanitized?
|
SanitizeMode |
UIOut.getSanitize()
Should HTML content sanitized?
|
Modifier and Type | Method and Description |
---|---|
void |
UITextarea.setSanitize(SanitizeMode sanitize) |
void |
UIOut.setSanitize(SanitizeMode sanitize) |
Modifier and Type | Method and Description |
---|---|
abstract SanitizeMode |
AbstractUIOut.getSanitize() |
abstract SanitizeMode |
AbstractUITextarea.getSanitize() |
Modifier and Type | Method and 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.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.