class |
ContextFiller |
|
class |
CookieFiller |
「Co」JSR311 for .@CookieParam
This `Filler` is for cookie attributes extracting
|
class |
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.
|
class |
FormFiller |
「Co」JSR311 for .@FormParam
This `Filler` is for form attributes extracting
|
class |
HeaderFiller |
「Co」JSR311 for .@HeaderParam
This `Filler` is for header map `key=value` extract such as
```shell
//
|
class |
PathFiller |
「Co」JSR311 for .@PathParam
This `Filler` is for path parsing `/api/xxx/name/{name}` format to extract to
```shell
//
|
class |
PointFiller |
|
class |
QueryFiller |
「Co」JSR311 for .@QueryParam
This `Filler` is for query string `/api/xxx?name={name}` format to extract to
```shell
//
|
class |
SessionFiller |
|