Class AntPathMatcher.AntPathStringMatcher
java.lang.Object
org.springframework.util.AntPathMatcher.AntPathStringMatcher
- Enclosing class:
- AntPathMatcher
Tests whether a string matches against a pattern via a 
Pattern.
 The pattern may contain special characters: '*' means zero or more characters; '?' means one and
 only one character; '{' and '}' indicate a URI template pattern. For example /users/{user}.
- Since:
- 16.07.2003
- Author:
- Alef Arendsen, Juergen Hoeller, Rob Harrop, Arjen Poutsma, Rossen Stoyanchev, Sam Brannen, Vladislav Kisel
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAntPathStringMatcher(String pattern, String pathSeparator, boolean caseSensitive) 
- 
Method Summary
- 
Constructor Details- 
AntPathStringMatcher
 
- 
- 
Method Details- 
matchStrings
 
-