| 类 | 说明 |
|---|---|
| AntPathMatcher |
implementation for Ant-style path patterns.
|
| HttpConstants | |
| HttpHeaderConstants | |
| MediaType |
Media type (provides parsing and retrieval)
example,: MediaType type = MediaType.parseFast(text/html;charset=utf-8);
|
| MimeMappingsX |
Simple container-independent abstraction for servlet mime mappings.
|
| ServletUtil |
ServletUtil
|
| SnowflakeIdWorker |
Twitter_Snowflake
The structure of SnowFlake is as follows (each part is separated by -):
0-0000000000 0000000000 0000000000 0-0000-0000-000000000
1 bit id.
|
| UrlMapper<T> |
Url mapping
Mapping specification
In the web application deployment descriptor, the following syntax is used to define the mapping:
■ A string starting with the '/' character and ending with the '/*' suffix is used for path matching
|
| UrlMapper.Element<T> |
Copyright © 2020. All rights reserved.