Uses of Class
jakarta.faces.annotation.FacesConfig.Version
-
Packages that use FacesConfig.Version Package Description jakarta.faces.annotation -
-
Uses of FacesConfig.Version in jakarta.faces.annotation
Methods in jakarta.faces.annotation that return FacesConfig.Version Modifier and Type Method Description static FacesConfig.Version
FacesConfig.Version. valueOf(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static FacesConfig.Version[]
FacesConfig.Version. values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.FacesConfig.Version
FacesConfig.Literal. version()
FacesConfig.Version
version()
Deprecated, for removal: This API element is subject to removal in a future version.It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
-