Class 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
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void findAndFilterContainerPaths​(org.eclipse.jetty.webapp.WebAppContext context)  
      protected java.util.List<java.net.URI> getAllContainerJars​(org.eclipse.jetty.webapp.WebAppContext context)  
      java.lang.Class<? extends org.eclipse.jetty.webapp.Configuration> replaces()  
      • 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 Detail

      • AntMetaInfConfiguration

        public AntMetaInfConfiguration()
    • Method Detail

      • replaces

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

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

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