public class WebInfConfiguration.WebAppPathNameMatcher extends PatternMatcher
| Modifier and Type | Field and Description |
|---|---|
protected WebAppContext |
_context |
protected java.util.regex.Pattern |
_pattern |
| Constructor and Description |
|---|
WebAppPathNameMatcher(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, matchPatternsprotected final WebAppContext _context
protected final java.util.regex.Pattern _pattern
public WebAppPathNameMatcher(WebAppContext context, java.util.regex.Pattern pattern)
public void match(java.util.List<java.net.URI> uris)
throws java.lang.Exception
java.lang.Exceptionpublic void matched(java.net.URI uri)
throws java.lang.Exception
matched in class PatternMatcherjava.lang.ExceptionPatternMatcher.matched(java.net.URI)Copyright © 1995–2022 Webtide. All rights reserved.