Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.ScreenshotFormFactor
-
Packages that use WebAppManifest.ScreenshotFormFactor Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.ScreenshotFormFactor in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.ScreenshotFormFactor Modifier and Type Method Description WebAppManifest.ScreenshotFormFactor
WebAppManifest.Screenshot. getFormFactor()
static WebAppManifest.ScreenshotFormFactor
WebAppManifest.ScreenshotFormFactor. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppManifest.ScreenshotFormFactor[]
WebAppManifest.ScreenshotFormFactor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omnifaces.resourcehandler with parameters of type WebAppManifest.ScreenshotFormFactor Modifier and Type Method Description 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.
-