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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends org.eclipse.jetty.webapp.Configuration>
     
    void
    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

    abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, protect, protectAndExpose

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.webapp.Configuration

    isAvailable
  • Constructor Details

    • AntWebXmlConfiguration

      public AntWebXmlConfiguration()
  • Method Details

    • replaces

      public Class<? extends org.eclipse.jetty.webapp.Configuration> replaces()
    • setClassPathFiles

      public void setClassPathFiles(List classPathFiles)
    • setWebAppBaseDir

      public void setWebAppBaseDir(File webAppBaseDir)