Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Category
-
Packages that use WebAppManifest.Category Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.Category in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.Category Modifier and Type Method Description static WebAppManifest.Category
WebAppManifest.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppManifest.Category[]
WebAppManifest.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omnifaces.resourcehandler that return types with arguments of type WebAppManifest.Category Modifier and Type Method Description Collection<WebAppManifest.Category>
WebAppManifest. getCategories()
Returns a collection of categories where your web application supposedly belongs to.
-