Uses of Enum
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 ContextParamReturns 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 ContextParamModifier and TypeMethodDescriptionstatic ObjectContextParamUtils.getValue(jakarta.servlet.ServletContext servletContext, ContextParam contextParam) Get the value.static <T> TContextParamUtils.getValue(jakarta.servlet.ServletContext servletContext, ContextParam contextParam, Class<T> clazz) Get the value.