| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PathMatcher |
PathMatchingResourcePatternResolver.getPathMatcher()
Return the PathMatcher that this resource pattern resolver uses.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PathMatchingResourcePatternResolver.setPathMatcher(PathMatcher pathMatcher)
Set the PathMatcher implementation to use for this
resource pattern resolver.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AntPathMatcher
PathMatcher implementation for Ant-style path patterns. |