Uses of Class
com.sun.faces.context.ContextParam
Package | Description |
---|---|
com.sun.faces.context |
-
Uses of ContextParam in com.sun.faces.context
Methods in com.sun.faces.context that return ContextParam Modifier and Type Method Description static ContextParam
ContextParam. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContextParam[]
ContextParam. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.faces.context with parameters of type ContextParam Modifier and Type Method Description static Object
ContextParamUtils. getValue(jakarta.servlet.ServletContext servletContext, ContextParam contextParam)
Get the value.static <T> T
ContextParamUtils. getValue(jakarta.servlet.ServletContext servletContext, ContextParam contextParam, Class<T> clazz)
Get the value.