Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.Platform
-
Packages that use WebAppManifest.Platform Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.Platform in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.Platform Modifier and Type Method Description WebAppManifest.Platform
WebAppManifest.RelatedApplication. getPlatform()
Returns the platform on which the application can be found.static WebAppManifest.Platform
WebAppManifest.Platform. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppManifest.Platform[]
WebAppManifest.Platform. 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.Platform Modifier and Type Method Description static WebAppManifest.RelatedApplication
WebAppManifest.RelatedApplication. of(WebAppManifest.Platform platform, String url)
Creates a related application of given platform and URL.static WebAppManifest.RelatedApplication
WebAppManifest.RelatedApplication. of(WebAppManifest.Platform platform, String url, String id)
Creates a related application of given platform and URL and ID.
-