|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Request
A controller request normalizes the data from an arbitrary input and provides a standard way of how a controller access the data provided by different contexts.
| Method Summary | |
|---|---|
InputStream |
getBodyInputStream()
Gets the input stream of the request body. |
Map<String,String[]> |
getHeaders()
Gets the headers of the request. |
String |
getHttpMethod()
Gets the HTTP method of the request. |
Map<String,String[]> |
getParameters()
Gets the parameter map, containing all query or form parameters being delivered in the request. |
String |
getUrlInfoPart()
Gets the info part of the request url. |
| Method Detail |
|---|
String getHttpMethod()
String getUrlInfoPart()
InputStream getBodyInputStream()
Map<String,String[]> getParameters()
Map<String,String[]> getHeaders()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||