Uses of Enum Class
com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
Packages that use WebConfiguration.BooleanWebContextInitParameter
- 
Uses of WebConfiguration.BooleanWebContextInitParameter in com.sun.faces.configMethods in com.sun.faces.config that return WebConfiguration.BooleanWebContextInitParameterModifier 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.Methods in com.sun.faces.config with parameters of type WebConfiguration.BooleanWebContextInitParameterModifier and TypeMethodDescriptionbooleanWebConfiguration.isOptionEnabled(WebConfiguration.BooleanWebContextInitParameter param) Obtain the value of the specified boolean parameterbooleanWebConfiguration.isSet(WebConfiguration.BooleanWebContextInitParameter param) voidWebConfiguration.overrideContextInitParameter(WebConfiguration.BooleanWebContextInitParameter param, boolean value) voidWebConfiguration.setOptionEnabled(WebConfiguration.BooleanWebContextInitParameter param, boolean value)