| ContextFiller |
|
| CookieFiller |
「Co」JSR311 for .@CookieParam
This `Filler` is for cookie attributes extracting
|
| EmptyFiller |
「Co」Critical Specific
This `Filler` is placeholder for Body/Stream data in RESTful web request here
In current Filler, it do nothing because the body extracting will go through
`Resolver` for different MIME here.
|
| FormFiller |
「Co」JSR311 for .@FormParam
This `Filler` is for form attributes extracting
|
| HeaderFiller |
「Co」JSR311 for .@HeaderParam
This `Filler` is for header map `key=value` extract such as
```shell
//
|
| PathFiller |
「Co」JSR311 for .@PathParam
This `Filler` is for path parsing `/api/xxx/name/{name}` format to extract to
```shell
//
|
| PointFiller |
|
| QueryFiller |
「Co」JSR311 for .@QueryParam
This `Filler` is for query string `/api/xxx?name={name}` format to extract to
```shell
//
|
| SessionFiller |
|