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.PlatformWebAppManifest.RelatedApplication. getPlatform()Returns the platform on which the application can be found.static WebAppManifest.PlatformWebAppManifest.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.RelatedApplicationWebAppManifest.RelatedApplication. of(WebAppManifest.Platform platform, String url)Creates a related application of given platform and URL.static WebAppManifest.RelatedApplicationWebAppManifest.RelatedApplication. of(WebAppManifest.Platform platform, String url, String id)Creates a related application of given platform and URL and ID.
-