Package | Description |
---|---|
org.omnifaces.resourcehandler |
Modifier and Type | Method and Description |
---|---|
WebAppManifest.Platform |
WebAppManifest.RelatedApplication.getPlatform() |
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.