Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Screenshot
-
Packages that use WebAppManifest.Screenshot Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.Screenshot in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.Screenshot 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.Methods in org.omnifaces.resourcehandler that return types with arguments of type WebAppManifest.Screenshot Modifier and Type Method Description Collection<WebAppManifest.Screenshot>
WebAppManifest. getScreenshots()
A collection of screenshots of your application with different sizes and formats that the browser will show in the installation wizard popup.
-