Package org.eclipse.jetty.webapp
Class WebInfConfiguration.ContainerPathNameMatcher
- java.lang.Object
-
- org.eclipse.jetty.util.PatternMatcher
-
- org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
-
- Enclosing class:
- WebInfConfiguration
public class WebInfConfiguration.ContainerPathNameMatcher extends org.eclipse.jetty.util.PatternMatcherContainerPathNameMatcher Matches names of jars on the container classpath against a pattern. If no pattern is specified, no jars match.
-
-
Field Summary
Fields Modifier and Type Field Description protected WebAppContext_contextprotected Pattern_pattern
-
Constructor Summary
Constructors Constructor Description ContainerPathNameMatcher(WebAppContext context, Pattern pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmatch(List<URI> uris)voidmatched(URI uri)
-
-
-
Field Detail
-
_context
protected final WebAppContext _context
-
_pattern
protected final Pattern _pattern
-
-
Constructor Detail
-
ContainerPathNameMatcher
public ContainerPathNameMatcher(WebAppContext context, Pattern pattern)
-
-