Uses of Class
org.apache.myfaces.tobago.util.FacesVersion
-
Packages that use FacesVersion Package Description org.apache.myfaces.tobago.util -
-
Uses of FacesVersion in org.apache.myfaces.tobago.util
Methods in org.apache.myfaces.tobago.util that return FacesVersion Modifier and Type Method Description static FacesVersion
FacesVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static FacesVersion[]
FacesVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-