Uses of Class
org.webswing.server.services.rest.resources.model.Manifest
-
Packages that use Manifest Package Description org.webswing.server.services.rest.resources org.webswing.server.services.rest.resources.api org.webswing.server.services.rest.resources.model -
-
Uses of Manifest in org.webswing.server.services.rest.resources
Methods in org.webswing.server.services.rest.resources that return Manifest Modifier and Type Method Description static ManifestBaseRestUtil. getManifest(PrimaryUrlHandler handler)ManifestGlobalRestService. getManifest()ManifestSwingAppRestService. getManifest() -
Uses of Manifest in org.webswing.server.services.rest.resources.api
Methods in org.webswing.server.services.rest.resources.api that return Manifest Modifier and Type Method Description ManifestBasicApi. getManifest()PWA manifest -
Uses of Manifest in org.webswing.server.services.rest.resources.model
Methods in org.webswing.server.services.rest.resources.model that return Manifest Modifier and Type Method Description ManifestManifest. backgroundColor(String backgroundColor)ManifestManifest. display(String display)ManifestManifest. icons(List<ManifestIcons> icons)ManifestManifest. name(String name)ManifestManifest. scope(String scope)ManifestManifest. shortName(String shortName)ManifestManifest. startUrl(String startUrl)ManifestManifest. themeColor(String themeColor)
-