Package org.eclipse.jetty.ant
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.WebAppPathNameMatcherNested 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_PATTERNFields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindAndFilterContainerPaths(org.eclipse.jetty.webapp.WebAppContext context) getAllContainerJars(org.eclipse.jetty.webapp.WebAppContext context) 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, scanJarsMethods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, protect, protectAndExposeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.webapp.Configuration
isAvailable
-
Constructor Details
-
AntMetaInfConfiguration
public AntMetaInfConfiguration()
-
-
Method Details
-
replaces
-
findAndFilterContainerPaths
public void findAndFilterContainerPaths(org.eclipse.jetty.webapp.WebAppContext context) throws Exception - Overrides:
findAndFilterContainerPathsin classorg.eclipse.jetty.webapp.MetaInfConfiguration- Throws:
Exception
-
getAllContainerJars
protected List<URI> getAllContainerJars(org.eclipse.jetty.webapp.WebAppContext context) throws URISyntaxException - Overrides:
getAllContainerJarsin classorg.eclipse.jetty.webapp.MetaInfConfiguration- Throws:
URISyntaxException
-