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