Class AntMetaInfConfiguration

java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.MetaInfConfiguration
org.eclipse.jetty.ant.AntMetaInfConfiguration
All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration

public class AntMetaInfConfiguration extends org.eclipse.jetty.webapp.MetaInfConfiguration
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.webapp.MetaInfConfiguration

    org.eclipse.jetty.webapp.MetaInfConfiguration.ContainerPathNameMatcher, org.eclipse.jetty.webapp.MetaInfConfiguration.WebAppPathNameMatcher

    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 class org.eclipse.jetty.webapp.MetaInfConfiguration

    __allScanTypes, CACHED_CONTAINER_FRAGMENTS, CACHED_CONTAINER_RESOURCES, CACHED_CONTAINER_TLDS, CONTAINER_JAR_PATTERN, DEFAULT_USE_CONTAINER_METAINF_CACHE, METAINF_FRAGMENTS, METAINF_RESOURCES, METAINF_TLDS, RESOURCE_DIRS, USE_CONTAINER_METAINF_CACHE, WEBINF_JAR_PATTERN

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

    ATTR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    findAndFilterContainerPaths(org.eclipse.jetty.webapp.WebAppContext context)
     
    protected List<URI>
    getAllContainerJars(org.eclipse.jetty.webapp.WebAppContext context)
     
    Class<? extends org.eclipse.jetty.webapp.Configuration>
     

    Methods inherited from class org.eclipse.jetty.webapp.MetaInfConfiguration

    configure, findAndFilterWebAppPaths, findClassDirs, findExtraClasspathDirs, findExtraClasspathJars, findJars, findWebInfClassesDir, findWebInfLibJars, getTlds, getTlds, postConfigure, preConfigure, scanForFragment, scanForResources, scanForTlds, scanJars, scanJars, scanJars

    Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration

    abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, 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

    • AntMetaInfConfiguration

      public AntMetaInfConfiguration()
  • Method Details

    • replaces

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

      public void findAndFilterContainerPaths(org.eclipse.jetty.webapp.WebAppContext context) throws Exception
      Overrides:
      findAndFilterContainerPaths in class org.eclipse.jetty.webapp.MetaInfConfiguration
      Throws:
      Exception
    • getAllContainerJars

      protected List<URI> getAllContainerJars(org.eclipse.jetty.webapp.WebAppContext context) throws URISyntaxException
      Overrides:
      getAllContainerJars in class org.eclipse.jetty.webapp.MetaInfConfiguration
      Throws:
      URISyntaxException