java.lang.Object
org.omnifaces.resourcehandler.WebAppManifest.Shortcut
- Enclosing class:
- WebAppManifest
to be used
WebAppManifest.getShortcuts()- Version:
- 4.5
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetIcons()getName()getUrl()inthashCode()static WebAppManifest.Shortcutof(String name, String shortName, String description, String url, Collection<WebAppManifest.ImageResource> icons) Creates a Shortcut action link with the given attributes.
-
Method Details
-
of
public static WebAppManifest.Shortcut of(String name, String shortName, String description, String url, Collection<WebAppManifest.ImageResource> icons) Creates a Shortcut action link with the given attributes.- Parameters:
name- the name of the shortcut actionshortName- a short name for the shortcut actiondescription- a description of the shortcut actionicons- aCollectionofWebAppManifest.ImageResourceto be used as icon for the context menu- Returns:
- Shortcut image icon to be used in the context action menu.
-
getName
-
getShortName
-
getDescription
-
getUrl
-
getIcons
-
equals
-
hashCode
public int hashCode()
-