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.WebXmlConfiguration
This 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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration
org.eclipse.jetty.webapp.Configuration.Wrapper, org.eclipse.jetty.webapp.Configuration.WrapperFunction -
Field Summary
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends org.eclipse.jetty.webapp.Configuration>replaces()voidsetClassPathFiles(List classPathFiles) voidsetWebAppBaseDir(File webAppBaseDir) Methods inherited from class org.eclipse.jetty.webapp.WebXmlConfiguration
configure, deconfigure, findWebXml, preConfigureMethods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, protect, protectAndExposeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.webapp.Configuration
isAvailable
-
Constructor Details
-
AntWebXmlConfiguration
public AntWebXmlConfiguration()
-
-
Method Details
-
replaces
-
setClassPathFiles
-
setWebAppBaseDir
-