Uses of Enum Class
com.sun.faces.context.ContextParam
-
Uses of ContextParam in com.sun.faces.context
Modifier and TypeMethodDescriptionstatic ContextParam
Returns the enum constant of this class with the specified name.static ContextParam[]
ContextParam.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Object
ContextParamUtils.getValue
(ServletContext servletContext, ContextParam contextParam) Get the value.static <T> T
ContextParamUtils.getValue
(ServletContext servletContext, ContextParam contextParam, Class<T> clazz) Get the value.