Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.ImageResource
-
Packages that use WebAppManifest.ImageResource Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.ImageResource in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.ImageResource Modifier and Type Method Description static WebAppManifest.ImageResourceWebAppManifest.ImageResource. of(String resourceIdentifier, WebAppManifest.Size... sizes)Creates image resource of given resource identifier and sizes.Methods in org.omnifaces.resourcehandler that return types with arguments of type WebAppManifest.ImageResource Modifier and Type Method Description abstract Collection<WebAppManifest.ImageResource>WebAppManifest. getIcons()Returns the icons of your web application.Collection<WebAppManifest.ImageResource>WebAppManifest.Shortcut. getIcons()Method parameters in org.omnifaces.resourcehandler with type arguments of type WebAppManifest.ImageResource Modifier and Type Method Description static 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.
-