public class MavenQuickStartConfiguration extends QuickStartConfiguration
Configuration.ClassList
_preUnpackBaseResource, CONTAINER_JAR_PATTERN, RESOURCE_DIRS, TEMPDIR_CONFIGURED, WEBINF_JAR_PATTERN
ATTR
Constructor and Description |
---|
MavenQuickStartConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
configure(WebAppContext context)
Configure WebApp.
|
Resource |
getQuickStartWebXml(WebAppContext context)
Get the quickstart-web.xml file as a Resource.
|
void |
setQuickStartWebXml(Resource r) |
preConfigure
cloneConfigure, configureTempDirectory, deconfigure, findClassDirs, findExtraClasspathDirs, findExtraClasspathJars, findJars, findWebInfClassesDir, findWebInfLibJars, getCanonicalNameForWebAppTmpDir, makeTempDirectory, resolveTempDirectory, unpack
destroy, postConfigure
public void setQuickStartWebXml(Resource r)
public Resource getQuickStartWebXml(WebAppContext context) throws Exception
QuickStartConfiguration
getQuickStartWebXml
in class QuickStartConfiguration
Exception
public void configure(WebAppContext context) throws Exception
Configuration
Typically this step applies the discovered configuration resources to
either the WebAppContext
or the associated MetaData
.
configure
in interface Configuration
configure
in class QuickStartConfiguration
context
- The context to configureException
AbstractConfiguration.configure(org.eclipse.jetty.webapp.WebAppContext)
Copyright © 1995-2015 Webtide. All Rights Reserved.