public class MavenQuickStartConfiguration extends QuickStartConfiguration
Configuration.ClassList_preUnpackBaseResource, CONTAINER_JAR_PATTERN, RESOURCE_DIRS, TEMPDIR_CONFIGURED, WEBINF_JAR_PATTERNATTR| 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) |
preConfigurecloneConfigure, configureTempDirectory, deconfigure, findClassDirs, findExtraClasspathDirs, findExtraClasspathJars, findJars, findWebInfClassesDir, findWebInfLibJars, getCanonicalNameForWebAppTmpDir, makeTempDirectory, resolveTempDirectory, unpackdestroy, postConfigurepublic void setQuickStartWebXml(Resource r)
public Resource getQuickStartWebXml(WebAppContext context) throws Exception
QuickStartConfigurationgetQuickStartWebXml in class QuickStartConfigurationExceptionpublic 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 Configurationconfigure in class QuickStartConfigurationcontext - The context to configureExceptionAbstractConfiguration.configure(org.eclipse.jetty.webapp.WebAppContext)Copyright © 1995-2015 Webtide. All Rights Reserved.