Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Size
Packages that use WebAppManifest.Size
-
Uses of WebAppManifest.Size in org.omnifaces.resourcehandler
Fields in org.omnifaces.resourcehandler declared as WebAppManifest.SizeModifier and TypeFieldDescriptionstatic final WebAppManifest.SizeWebAppManifest.Size.SIZE_120120x120static final WebAppManifest.SizeWebAppManifest.Size.SIZE_128128x128static final WebAppManifest.SizeWebAppManifest.Size.SIZE_144144x144static final WebAppManifest.SizeWebAppManifest.Size.SIZE_152152x152static final WebAppManifest.SizeWebAppManifest.Size.SIZE_1616x16static final WebAppManifest.SizeWebAppManifest.Size.SIZE_168168x168static final WebAppManifest.SizeWebAppManifest.Size.SIZE_180180x180static final WebAppManifest.SizeWebAppManifest.Size.SIZE_192192x192static final WebAppManifest.SizeWebAppManifest.Size.SIZE_256256x256static final WebAppManifest.SizeWebAppManifest.Size.SIZE_3232x32static final WebAppManifest.SizeWebAppManifest.Size.SIZE_384384x384static final WebAppManifest.SizeWebAppManifest.Size.SIZE_4848x48static final WebAppManifest.SizeWebAppManifest.Size.SIZE_512512x512static final WebAppManifest.SizeWebAppManifest.Size.SIZE_6464x64static final WebAppManifest.SizeWebAppManifest.Size.SIZE_7272x72static final WebAppManifest.SizeWebAppManifest.Size.SIZE_9696x96Methods in org.omnifaces.resourcehandler that return WebAppManifest.SizeModifier and TypeMethodDescriptionstatic WebAppManifest.SizeWebAppManifest.Size.of(int value) Creates a size having same width and height of given value.static WebAppManifest.SizeWebAppManifest.Size.of(int width, int height) Creates a size of given width and height.Methods in org.omnifaces.resourcehandler with parameters of type WebAppManifest.SizeModifier and TypeMethodDescriptionstatic WebAppManifest.ImageResourceWebAppManifest.ImageResource.of(String resourceIdentifier, WebAppManifest.Size... sizes) Creates image resource of given resource identifier and sizes.static WebAppManifest.ScreenshotWebAppManifest.Screenshot.of(String resourceIdentifier, WebAppManifest.ScreenshotFormFactor formFactor, WebAppManifest.Size... sizes) Creates a screenshot image resource of given resource identifier and sizes.