public class AntWebInfConfiguration extends WebInfConfiguration
Configuration.ClassList
_preUnpackBaseResource, CONTAINER_JAR_PATTERN, RESOURCE_DIRS, TEMPDIR_CONFIGURED, WEBINF_JAR_PATTERN
ATTR
Constructor and Description |
---|
AntWebInfConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
configure(WebAppContext context)
Adds classpath files into web application classloader, and
sets web.xml and base directory for the configured web application.
|
void |
preConfigure(WebAppContext context)
Set up for configuration.
|
cloneConfigure, configureTempDirectory, deconfigure, findClassDirs, findExtraClasspathDirs, findExtraClasspathJars, findJars, findWebInfClassesDir, findWebInfLibJars, getCanonicalNameForWebAppTmpDir, makeTempDirectory, resolveTempDirectory, unpack
destroy, postConfigure
public void preConfigure(WebAppContext context) throws Exception
Configuration
Typically this step discovers configuration resources
preConfigure
in interface Configuration
preConfigure
in class WebInfConfiguration
context
- The context to configureException
public void configure(WebAppContext context) throws Exception
configure
in interface Configuration
configure
in class WebInfConfiguration
context
- The context to configureException
WebXmlConfiguration.configure(WebAppContext)
Copyright © 1995-2015 Webtide. All Rights Reserved.