public 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.ClassList_preUnpackBaseResource, CONTAINER_JAR_PATTERN, RESOURCE_DIRS, TEMPDIR_CONFIGURED, WEBINF_JAR_PATTERNATTR| Constructor and Description |
|---|
QuickStartConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(WebAppContext context) |
Resource |
getQuickStartWebXml(WebAppContext context)
Get the quickstart-web.xml file as a Resource.
|
void |
preConfigure(WebAppContext context) |
cloneConfigure, configureTempDirectory, deconfigure, findClassDirs, findExtraClasspathDirs, findExtraClasspathJars, findJars, findWebInfClassesDir, findWebInfLibJars, getCanonicalNameForWebAppTmpDir, makeTempDirectory, resolveTempDirectory, unpackdestroy, postConfigurepublic void preConfigure(WebAppContext context) throws Exception
preConfigure in interface ConfigurationpreConfigure in class WebInfConfigurationExceptionAbstractConfiguration.preConfigure(org.eclipse.jetty.webapp.WebAppContext)public Resource getQuickStartWebXml(WebAppContext context) throws Exception
context - the web app contextException - if unable to find the quickstart xmlpublic void configure(WebAppContext context) throws Exception
configure in interface Configurationconfigure in class WebInfConfigurationExceptionAbstractConfiguration.configure(org.eclipse.jetty.webapp.WebAppContext)Copyright © 1995-2016 Webtide. All Rights Reserved.