Class 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.
    • Field Summary

      • Fields inherited from interface org.eclipse.jetty.webapp.Configuration

        ATTR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends org.eclipse.jetty.webapp.Configuration> replaces()  
      void setClassPathFiles​(java.util.List classPathFiles)  
      void setWebAppBaseDir​(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
      • 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 Detail

      • AntWebXmlConfiguration

        public AntWebXmlConfiguration()
    • Method Detail

      • replaces

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

        public void setClassPathFiles​(java.util.List classPathFiles)
      • setWebAppBaseDir

        public void setWebAppBaseDir​(java.io.File webAppBaseDir)