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