public class MavenQuickStartConfiguration extends QuickStartConfiguration
WebInfConfiguration.ContainerPathNameMatcher, WebInfConfiguration.WebAppPathNameMatcher
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.
|
void |
deconfigure(WebAppContext context)
DeConfigure WebApp.
|
void |
preConfigure(WebAppContext context)
Set up for configuration.
|
getQuickStartWebXml
cloneConfigure, configureTempDirectory, findAndFilterContainerPaths, findAndFilterWebAppPaths, findClassDirs, findExtraClasspathDirs, findExtraClasspathJars, findJars, findWebInfClassesDir, findWebInfLibJars, getCanonicalNameForWebAppTmpDir, makeTempDirectory, resolveTempDirectory, unpack
destroy, postConfigure
public void preConfigure(WebAppContext context) throws java.lang.Exception
Configuration
Typically this step discovers configuration resources
preConfigure
in interface Configuration
preConfigure
in class QuickStartConfiguration
context
- The context to configurejava.lang.Exception
- if unable to pre configureAbstractConfiguration.preConfigure(org.eclipse.jetty.webapp.WebAppContext)
public void configure(WebAppContext context) throws java.lang.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 configurejava.lang.Exception
- if unable to configureAbstractConfiguration.configure(org.eclipse.jetty.webapp.WebAppContext)
public void deconfigure(WebAppContext context) throws java.lang.Exception
Configuration
deconfigure
in interface Configuration
deconfigure
in class WebInfConfiguration
context
- The context to configurejava.lang.Exception
- if unable to deconfigureCopyright © 1995–2023 Webtide. All rights reserved.