Class AntWebXmlConfiguration

  • All Implemented Interfaces:
    Configuration

    public class AntWebXmlConfiguration
    extends 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 Detail

      • LOG

        private static final Logger LOG
      • classPathFiles

        private java.util.List classPathFiles
        List of classpath files.
      • webAppBaseDir

        private java.io.File webAppBaseDir
        Web application root directory.
    • Constructor Detail

      • AntWebXmlConfiguration

        public AntWebXmlConfiguration()
    • Method Detail

      • setClassPathFiles

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

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