Uses of Class
jakarta.faces.annotation.FacesConfig.Version
Package | Description |
---|---|
com.sun.faces.cdi | |
jakarta.faces.annotation |
-
Uses of FacesConfig.Version in com.sun.faces.cdi
Methods in com.sun.faces.cdi that return FacesConfig.Version Modifier and Type Method Description FacesConfig.Version
FacesConfigAnnotationLiteral. version()
-
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)
Returns the enum constant of this type with the specified name.static FacesConfig.Version[]
FacesConfig.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.FacesConfig.Version
version()
The value of this attribute indicates that features corresponding to this version must be enabled for this application.