| 接口 | 说明 |
|---|---|
| PathMatcher |
Strategy interface for
String-based path matching. |
| 类 | 说明 |
|---|---|
| AntPathMatcher |
PathMatcher implementation for Ant-style path patterns.
|
| ZolltyPathMatcher |
A high-performance path matching algorithm. (10 times faster than AntPathMather)
路径匹配算法 (URL路径、文件路径均可,但必须以'/'分割路径)
|
Copyright © 2018 jretty-org. All rights reserved.