Package | Description |
---|---|
com.sun.faces.config | |
com.sun.faces.renderkit.html_basic |
Modifier and Type | Method and Description |
---|---|
static WebConfiguration.DisableUnicodeEscaping |
WebConfiguration.DisableUnicodeEscaping.getByValue(String value) |
static WebConfiguration.DisableUnicodeEscaping |
WebConfiguration.DisableUnicodeEscaping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebConfiguration.DisableUnicodeEscaping[] |
WebConfiguration.DisableUnicodeEscaping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HtmlResponseWriter(Writer writer,
String contentType,
String encoding,
Boolean isScriptHidingEnabled,
Boolean isScriptInAttributeValueEnabled,
WebConfiguration.DisableUnicodeEscaping disableUnicodeEscaping,
boolean isPartial)
Constructor sets the
ResponseWriter and
encoding. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.