| Interface | Description |
|---|---|
| PathMatcher |
Strategy interface for
String-based path matching. |
| Class | Description |
|---|---|
| AntPathMatcher |
PathMatcher implementation for Ant-style path patterns. |
| AntPathMatcher.AntPathStringMatcher |
Tests whether or not a string matches against a pattern via a
Pattern. |
| AntPathMatcher.AntPatternComparator |
The default
Comparator implementation returned by
AntPathMatcher.getPatternComparator(String). |
| AntPathMatcher.AntPatternComparator.PatternInfo |
Value class that holds information about the pattern, e.g.
|
| AntPathMatcher.PathSeparatorPatternCache |
A simple cache for patterns that depend on the configured path separator.
|
| CollectionUtils |
Miscellaneous collection utility methods.
|
| CollectionUtils.EnumerationIterator<E> |
Iterator wrapping an Enumeration.
|
| ObjectUtils |
Miscellaneous object utility methods.
|
| StringUtils |
Miscellaneous
String utility methods. |