public class WebInfConfiguration.ContainerPathNameMatcher extends PatternMatcher
| Modifier and Type | Field | Description |
|---|---|---|
protected WebAppContext |
_context |
|
protected java.util.regex.Pattern |
_pattern |
| Constructor | Description |
|---|---|
ContainerPathNameMatcher(WebAppContext context,
java.util.regex.Pattern pattern) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
match(java.util.List<java.net.URI> uris) |
|
void |
matched(java.net.URI uri) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatch, matchPatternsprotected 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.Exceptionpublic void matched(java.net.URI uri)
throws java.lang.Exception
matched in class PatternMatcherjava.lang.ExceptionPatternMatcher.matched(java.net.URI)Copyright © 1995–2017 Webtide. All rights reserved.