| Package | Description |
|---|---|
| org.springframework.core.io.support |
Support classes for Spring's resource abstraction.
|
| org.springframework.util |
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
|
| Modifier and Type | Method and Description |
|---|---|
PathMatcher |
PathMatchingResourcePatternResolver.getPathMatcher()
Return the PathMatcher that this resource pattern resolver uses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathMatchingResourcePatternResolver.setPathMatcher(PathMatcher pathMatcher)
Set the PathMatcher implementation to use for this
resource pattern resolver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntPathMatcher
PathMatcher implementation for Ant-style path patterns. |
| Modifier and Type | Method and Description |
|---|---|
PathMatcher |
SimpleRouteMatcher.getPathMatcher()
Return the underlying
PathMatcher delegate. |
| Constructor and Description |
|---|
SimpleRouteMatcher(PathMatcher pathMatcher)
Create a new
SimpleRouteMatcher for the given
PathMatcher delegate. |