Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.ImageResource
Packages that use WebAppManifest.ImageResource
-
Uses of WebAppManifest.ImageResource in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.ImageResourceModifier and TypeMethodDescriptionstatic 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.ImageResourceModifier and TypeMethodDescriptionabstract Collection<WebAppManifest.ImageResource>WebAppManifest.getIcons()Returns the icons of your web application.WebAppManifest.Shortcut.getIcons()Method parameters in org.omnifaces.resourcehandler with type arguments of type WebAppManifest.ImageResourceModifier 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.