| Package | Description |
|---|---|
| io.higgs.http.server | |
| io.higgs.http.server.params | |
| io.higgs.http.server.protocol |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
DefaultParamInjector.extractCookieParam(MethodParam param,
HttpRequest request) |
protected Object |
DefaultParamInjector.extractFormParam(MethodParam param,
HttpRequest request) |
protected Object |
DefaultParamInjector.extractHeaderParam(MethodParam param,
HttpRequest request) |
protected Object |
DefaultParamInjector.extractNumberParam(MethodParam param,
String value)
Given the parameters try to convert the string value to a numeric value of the
method class given in the MethodParam.
|
protected Object |
DefaultParamInjector.extractPathParam(MethodParam param,
ResourcePath path) |
protected Object |
DefaultParamInjector.extractQueryParam(MethodParam param,
HttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
Validator.getValidationMessage(MethodParam param) |
String |
DefaultValidator.getValidationMessage(MethodParam param) |
| Modifier and Type | Method and Description |
|---|---|
MethodParam[] |
HttpMethod.getParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMethod.setParam(MethodParam param)
Sets the given parameter
|
Copyright © 2012-2015. All Rights Reserved.