public class WebInfConfiguration.ContainerPathNameMatcher extends PatternMatcher
Modifier and Type | Field and Description |
---|---|
protected WebAppContext |
_context |
protected java.util.regex.Pattern |
_pattern |
Constructor and Description |
---|
ContainerPathNameMatcher(WebAppContext context,
java.util.regex.Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
void |
match(java.util.List<java.net.URI> uris) |
void |
matched(java.net.URI uri) |
match, matchPatterns
protected final WebAppContext _context
protected final java.util.regex.Pattern _pattern
public ContainerPathNameMatcher(WebAppContext context, java.util.regex.Pattern pattern)
public void match(java.util.List<java.net.URI> uris) throws java.lang.Exception
java.lang.Exception
public void matched(java.net.URI uri) throws java.lang.Exception
matched
in class PatternMatcher
java.lang.Exception
PatternMatcher.matched(java.net.URI)
Copyright © 1995–2023 Webtide. All rights reserved.