Uses of Enum Class
com.sun.faces.context.ContextParam
Packages that use ContextParam
-
Uses of ContextParam in com.sun.faces.context
Methods in com.sun.faces.context that return ContextParamModifier 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.Methods in com.sun.faces.context with parameters of type ContextParamModifier 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.