Uses of Class
org.vx68k.webapp.manifest.WebAppManifest
-
Packages that use WebAppManifest Package Description org.vx68k.webapp.manifest Package for web app manifests. -
-
Uses of WebAppManifest in org.vx68k.webapp.manifest
Methods in org.vx68k.webapp.manifest that return WebAppManifest Modifier and Type Method Description WebAppManifest
WebAppManifest. copy()
Creates and returns a copy of this object.protected static WebAppManifest
WebAppManifestServlet. createManifest(javax.servlet.ServletConfig config)
Creates a new manifest from aServletConfig
object.WebAppManifest
WebAppManifestServlet. getManifest()
Creates and returns a copy of the manifest.Methods in org.vx68k.webapp.manifest with parameters of type WebAppManifest Modifier and Type Method Description void
WebAppManifestServlet. setManifest(WebAppManifest newManifest)
Sets the manifest.
-