Uses of Enum Class
com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
-
Uses of WebConfiguration.BooleanWebContextInitParameter in com.sun.faces.config
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WebConfiguration.BooleanWebContextInitParameter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
WebConfiguration.isOptionEnabled
(WebConfiguration.BooleanWebContextInitParameter param) Obtain the value of the specified boolean parameterboolean
WebConfiguration.isSet
(WebConfiguration.BooleanWebContextInitParameter param) void
WebConfiguration.overrideContextInitParameter
(WebConfiguration.BooleanWebContextInitParameter param, boolean value) void
WebConfiguration.setOptionEnabled
(WebConfiguration.BooleanWebContextInitParameter param, boolean value)