public class QuickStartConfiguration
extends org.eclipse.jetty.webapp.WebInfConfiguration
Re-inflate a deployable webapp from a saved effective-web.xml which combines all pre-parsed web xml descriptors and annotations.
| Constructor | Description |
|---|---|
QuickStartConfiguration() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
configure(org.eclipse.jetty.webapp.WebAppContext context) |
|
org.eclipse.jetty.util.resource.Resource |
getQuickStartWebXml(org.eclipse.jetty.webapp.WebAppContext context) |
Get the quickstart-web.xml file as a Resource.
|
void |
preConfigure(org.eclipse.jetty.webapp.WebAppContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloneConfigure, configureTempDirectory, deconfigure, findAndFilterContainerPaths, findAndFilterWebAppPaths, findClassDirs, findExtraClasspathDirs, findExtraClasspathJars, findJars, findWebInfClassesDir, findWebInfLibJars, getCanonicalNameForWebAppTmpDir, makeTempDirectory, resolveTempDirectory, unpackpublic void preConfigure(org.eclipse.jetty.webapp.WebAppContext context)
throws java.lang.Exception
preConfigure in class org.eclipse.jetty.webapp.WebInfConfigurationjava.lang.ExceptionAbstractConfiguration.preConfigure(org.eclipse.jetty.webapp.WebAppContext)public org.eclipse.jetty.util.resource.Resource getQuickStartWebXml(org.eclipse.jetty.webapp.WebAppContext context)
throws java.lang.Exception
context - the web app contextjava.lang.Exception - if unable to find the quickstart xmlpublic void configure(org.eclipse.jetty.webapp.WebAppContext context)
throws java.lang.Exception
configure in class org.eclipse.jetty.webapp.WebInfConfigurationjava.lang.ExceptionAbstractConfiguration.configure(org.eclipse.jetty.webapp.WebAppContext)Copyright © 1995–2018 Webtide. All rights reserved.