| Interface | Description |
|---|---|
| PathMatcher |
Strategy interface for
String-based path matching. |
| ResourcePatternResolver |
Strategy interface for resolving a location pattern (for example, an
Ant-style path pattern) into Resource objects.
|
| 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). |
| PathMatchingResourcePatternResolver |
A
ResourcePatternResolver implementation that is able to resolve a
specified resource location path into one or more matching Resources. |
Copyright © 2018. All rights reserved.