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.
| 构造器和说明 |
|---|
AntPathStringMatcher(String pattern,
String str)
Construct a new instance of the
AntPatchStringMatcher. |
Copyright © 2006–2018 TinyGroup. All rights reserved.