Uses of Enum Class
org.omnifaces.resourcehandler.WebAppManifest.ScreenshotFormFactor
Packages that use WebAppManifest.ScreenshotFormFactor
-
Uses of WebAppManifest.ScreenshotFormFactor in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.ScreenshotFormFactorModifier and TypeMethodDescriptionWebAppManifest.Screenshot.getFormFactor()Returns the enum constant of this class with the specified name.static WebAppManifest.ScreenshotFormFactor[]WebAppManifest.ScreenshotFormFactor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.omnifaces.resourcehandler with parameters of type WebAppManifest.ScreenshotFormFactorModifier and TypeMethodDescriptionstatic WebAppManifest.ScreenshotWebAppManifest.Screenshot.of(String resourceIdentifier, WebAppManifest.ScreenshotFormFactor formFactor, WebAppManifest.Size... sizes) Creates a screenshot image resource of given resource identifier and sizes.