Configurationpublic class QuickStartConfiguration extends WebInfConfiguration
Re-inflate a deployable webapp from a saved effective-web.xml which combines all pre-parsed web xml descriptors and annotations.
Configuration.ClassListWebInfConfiguration.ContainerPathNameMatcher, WebInfConfiguration.WebAppPathNameMatcherATTR_preUnpackBaseResource, CONTAINER_JAR_PATTERN, RESOURCE_DIRS, TEMPDIR_CONFIGURED, WEBINF_JAR_PATTERN| Constructor | Description |
|---|---|
QuickStartConfiguration() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
configure(WebAppContext context) |
|
Resource |
getQuickStartWebXml(WebAppContext context) |
Get the quickstart-web.xml file as a Resource.
|
void |
preConfigure(WebAppContext context) |
destroy, postConfigureclone, 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(WebAppContext context) throws java.lang.Exception
preConfigure in interface ConfigurationpreConfigure in class WebInfConfigurationjava.lang.ExceptionAbstractConfiguration.preConfigure(org.eclipse.jetty.webapp.WebAppContext)public Resource getQuickStartWebXml(WebAppContext context) throws java.lang.Exception
context - the web app contextjava.lang.Exception - if unable to find the quickstart xmlpublic void configure(WebAppContext context) throws java.lang.Exception
configure in interface Configurationconfigure in class WebInfConfigurationjava.lang.ExceptionAbstractConfiguration.configure(org.eclipse.jetty.webapp.WebAppContext)Copyright © 1995–2018 Webtide. All rights reserved.