Package org.eclipse.jetty.webapp
Class WebInfConfiguration.WebAppPathNameMatcher
- java.lang.Object
-
- org.eclipse.jetty.util.PatternMatcher
-
- org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
-
- Enclosing class:
- WebInfConfiguration
public class WebInfConfiguration.WebAppPathNameMatcher extends org.eclipse.jetty.util.PatternMatcherWebAppPathNameMatcher Matches names of jars or dirs on the webapp classpath against a pattern. If there is no pattern, all jars or dirs will match.
-
-
Field Summary
Fields Modifier and Type Field Description protected WebAppContext_contextprotected Pattern_pattern
-
Constructor Summary
Constructors Constructor Description WebAppPathNameMatcher(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
-
WebAppPathNameMatcher
public WebAppPathNameMatcher(WebAppContext context, Pattern pattern)
-
-