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 WebAppManifestWebAppManifest. copy()Creates and returns a copy of this object.protected static WebAppManifestWebAppManifestServlet. createManifest(javax.servlet.ServletConfig config)Creates a new manifest from aServletConfigobject.WebAppManifestWebAppManifestServlet. 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 voidWebAppManifestServlet. setManifest(WebAppManifest newManifest)Sets the manifest.
-