Uses of Class
org.omnifaces.resourcehandler.WebAppManifest.RelatedApplication
-
Packages that use WebAppManifest.RelatedApplication Package Description org.omnifaces.resourcehandler -
-
Uses of WebAppManifest.RelatedApplication in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return WebAppManifest.RelatedApplication 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.Methods in org.omnifaces.resourcehandler that return types with arguments of type WebAppManifest.RelatedApplication Modifier and Type Method Description Collection<WebAppManifest.RelatedApplication>
WebAppManifest. getRelatedApplications()
Returns a collection of related (native) applications that provide similar/equivalent functionality as your web application.
-