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.
-