public class MavenQuickStartConfiguration extends QuickStartConfiguration
WebInfConfiguration.ContainerPathNameMatcher, WebInfConfiguration.WebAppPathNameMatcherConfiguration.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.
|
void |
deconfigure(WebAppContext context)
DeConfigure WebApp.
|
void |
preConfigure(WebAppContext context)
Set up for configuration.
|
getQuickStartWebXmlcloneConfigure, configureTempDirectory, findAndFilterContainerPaths, findAndFilterWebAppPaths, findClassDirs, findExtraClasspathDirs, findExtraClasspathJars, findJars, findWebInfClassesDir, findWebInfLibJars, getCanonicalNameForWebAppTmpDir, makeTempDirectory, resolveTempDirectory, unpackdestroy, postConfigurepublic void preConfigure(WebAppContext context) throws java.lang.Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class QuickStartConfigurationcontext - 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 Configurationconfigure in class QuickStartConfigurationcontext - 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
Configurationdeconfigure in interface Configurationdeconfigure in class WebInfConfigurationcontext - The context to configurejava.lang.Exception - if unable to deconfigureCopyright © 1995–2021 Webtide. All rights reserved.