Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Shortcut
Packages that use WebAppManifest.Shortcut
-
Uses of WebAppManifest.Shortcut in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.ShortcutModifier and TypeMethodDescriptionstatic WebAppManifest.ShortcutWebAppManifest.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.ShortcutModifier and TypeMethodDescriptionWebAppManifest.getShortcuts()A collection of shortcut action link that the mobile operating system will render as a context action menu for the application.