Uses of Class
org.omnifaces.facesviews.PathAction
-
Packages that use PathAction Package Description org.omnifaces.facesviews This package contains the classes for the OmniFaces FacesViews feature. -
-
Uses of PathAction in org.omnifaces.facesviews
Methods in org.omnifaces.facesviews that return PathAction Modifier and Type Method Description static PathAction
PathAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static PathAction[]
PathAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-