Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Shortcut
-
Packages that use WebAppManifest.Shortcut Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.Shortcut in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.Shortcut Modifier and Type Method Description static WebAppManifest.Shortcut
WebAppManifest.Shortcut. of(String name, String shortName, String description, String url, Collection<WebAppManifest.ImageResource> icons)
Creates a Shortcut action link with the given attributes.Methods in org.omnifaces.resourcehandler that return types with arguments of type WebAppManifest.Shortcut Modifier and Type Method Description Collection<WebAppManifest.Shortcut>
WebAppManifest. getShortcuts()
A collection of shortcut action link that the mobile operating system will render as a context action menu for the application.
-