Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Size
-
Packages that use WebAppManifest.Size Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.Size in org.omnifaces.resourcehandler
Fields in org.omnifaces.resourcehandler declared as WebAppManifest.Size Modifier and Type Field Description static WebAppManifest.Size
WebAppManifest.Size. SIZE_120
120x120static WebAppManifest.Size
WebAppManifest.Size. SIZE_128
128x128static WebAppManifest.Size
WebAppManifest.Size. SIZE_144
144x144static WebAppManifest.Size
WebAppManifest.Size. SIZE_152
152x152static WebAppManifest.Size
WebAppManifest.Size. SIZE_16
16x16static WebAppManifest.Size
WebAppManifest.Size. SIZE_168
168x168static WebAppManifest.Size
WebAppManifest.Size. SIZE_180
180x180static WebAppManifest.Size
WebAppManifest.Size. SIZE_192
192x192static WebAppManifest.Size
WebAppManifest.Size. SIZE_256
256x256static WebAppManifest.Size
WebAppManifest.Size. SIZE_32
32x32static WebAppManifest.Size
WebAppManifest.Size. SIZE_384
384x384static WebAppManifest.Size
WebAppManifest.Size. SIZE_48
48x48static WebAppManifest.Size
WebAppManifest.Size. SIZE_512
512x512static WebAppManifest.Size
WebAppManifest.Size. SIZE_64
64x64static WebAppManifest.Size
WebAppManifest.Size. SIZE_72
72x72static WebAppManifest.Size
WebAppManifest.Size. SIZE_96
96x96Methods in org.omnifaces.resourcehandler that return WebAppManifest.Size Modifier and Type Method Description static WebAppManifest.Size
WebAppManifest.Size. of(int value)
Creates a size having same width and height of given value.static WebAppManifest.Size
WebAppManifest.Size. of(int width, int height)
Creates a size of given width and height.Methods in org.omnifaces.resourcehandler with parameters of type WebAppManifest.Size Modifier and Type Method Description static WebAppManifest.ImageResource
WebAppManifest.ImageResource. of(String resourceIdentifier, WebAppManifest.Size... sizes)
Creates image resource of given resource identifier and sizes.static WebAppManifest.Screenshot
WebAppManifest.Screenshot. of(String resourceIdentifier, WebAppManifest.ScreenshotFormFactor formFactor, WebAppManifest.Size... sizes)
Creates a screenshot image resource of given resource identifier and sizes.
-