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:
Configuration
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
Configuration.ClassList, Configuration.Wrapper, Configuration.WrapperFunction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
List of classpath files.private static final Logger
private File
Web application root directory.Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setClassPathFiles
(List classPathFiles) void
setWebAppBaseDir
(File webAppBaseDir) Methods inherited from class org.eclipse.jetty.webapp.WebXmlConfiguration
configure, deconfigure, findWebXml, preConfigure
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
cloneConfigure, destroy, postConfigure
-
Field Details
-
LOG
-
classPathFiles
List of classpath files. -
webAppBaseDir
Web application root directory.
-
-
Constructor Details
-
AntWebXmlConfiguration
public AntWebXmlConfiguration()
-
-
Method Details
-
setClassPathFiles
-
setWebAppBaseDir
-