Class MetaInfConfiguration

java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.MetaInfConfiguration
All Implemented Interfaces:
Configuration
Direct Known Subclasses:
AntMetaInfConfiguration, OSGiMetaInfConfiguration

public class MetaInfConfiguration extends AbstractConfiguration
MetaInfConfiguration

Scan META-INF of jars to find:

  • tlds
  • web-fragment.xml
  • resources
The jars which are scanned are:
  1. those from the container classpath whose pattern matched the WebInfConfiguration.CONTAINER_JAR_PATTERN
  2. those from WEB-INF/lib