Package org.eclipse.jetty.ant
Class AntWebXmlConfiguration
- java.lang.Object
-
- org.eclipse.jetty.webapp.AbstractConfiguration
-
- org.eclipse.jetty.webapp.WebXmlConfiguration
-
- org.eclipse.jetty.ant.AntWebXmlConfiguration
-
- All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration
public class AntWebXmlConfiguration extends org.eclipse.jetty.webapp.WebXmlConfigurationThis configuration object provides additional way to inject application properties into the configured web application. The list of classpath files, the application base directory and web.xml file could be specified in this way.
-
-
Constructor Summary
Constructors Constructor Description AntWebXmlConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends org.eclipse.jetty.webapp.Configuration>replaces()voidsetClassPathFiles(java.util.List classPathFiles)voidsetWebAppBaseDir(java.io.File webAppBaseDir)-
Methods inherited from class org.eclipse.jetty.webapp.WebXmlConfiguration
configure, deconfigure, findWebXml, preConfigure
-
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, protect, protectAndExpose
-
-