public class WebInfConfiguration.ContainerPathNameMatcher
extends org.eclipse.jetty.util.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) |
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.Exceptionpublic void matched(java.net.URI uri)
throws java.lang.Exception
matched in class org.eclipse.jetty.util.PatternMatcherjava.lang.ExceptionPatternMatcher.matched(java.net.URI)Copyright © 1995–2018 Webtide. All rights reserved.