| 类 | 说明 |
|---|---|
| AntPathMatcher |
implementation for Ant-style path patterns.
|
| FilterMapper<T> |
Filter mapping
|
| FilterMapper.Element<T> | |
| HttpAbortPolicyWithReport |
http refusal to handle the strategy, send 503 status code
Status code (503) indicating that the HTTP server is
temporarily overloaded, and unable to handle the request.
|
| HttpConstants | |
| HttpHeaderConstants | |
| HttpHeaderUtil | |
| 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 © 2021. All rights reserved.