public class AntPathStringMatcher extends Object
AntPathMatcher
. Tests whether or not a string matches against a pattern
using a regular expression.
The pattern may contain special characters: '*' means zero or more characters; '?' means one and only one character; '{' and '}' indicate a URI template pattern.
Constructor and Description |
---|
AntPathStringMatcher(String pattern,
String str)
Construct a new instance of the
AntPatchStringMatcher . |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getUriTemplateVariables() |
List<String> |
getVariableNames() |
boolean |
matches()
Main entry point.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.