public interface UriPatternMatcher
Modifier and Type | Method and Description |
---|---|
String |
getPattern()
Returns the type of pattern this is.
|
UriPatternType |
getPatternType()
Returns the type of pattern this is.
|
boolean |
matches(String uri) |
boolean matches(String uri)
uri
- A "contextual" (i.e. relative) Request URI, *not* a complete one.UriPatternType getPatternType()
String getPattern()
Copyright © 2020. All rights reserved.