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
-
-
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
-
-
Constructor Summary
Constructors Constructor Description AntMetaInfConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfindAndFilterContainerPaths(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
-
-
-
-
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:
findAndFilterContainerPathsin classorg.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:
getAllContainerJarsin classorg.eclipse.jetty.webapp.MetaInfConfiguration- Throws:
java.net.URISyntaxException
-
-