Package | Description |
---|---|
com.sun.faces.config |
Modifier and Type | Method and Description |
---|---|
static WebConfiguration.BooleanWebContextInitParameter |
WebConfiguration.BooleanWebContextInitParameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebConfiguration.BooleanWebContextInitParameter[] |
WebConfiguration.BooleanWebContextInitParameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WebConfiguration.isOptionEnabled(WebConfiguration.BooleanWebContextInitParameter param)
Obtain the value of the specified boolean parameter
|
boolean |
WebConfiguration.isSet(WebConfiguration.BooleanWebContextInitParameter param) |
void |
WebConfiguration.overrideContextInitParameter(WebConfiguration.BooleanWebContextInitParameter param,
boolean value) |
void |
WebConfiguration.setOptionEnabled(WebConfiguration.BooleanWebContextInitParameter param,
boolean value) |
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.