Uses of Class
colesico.framework.http.HttpValues
| Package | Description |
|---|---|
| colesico.framework.http |
-
Uses of HttpValues in colesico.framework.http
Methods in colesico.framework.http that return HttpValues Modifier and Type Method Description HttpValues<java.lang.String,HttpFile>HttpRequest. getPostFiles()Returns read-only file model from post map with Content-Type: multipart/form-dataHttpValues<java.lang.String,java.lang.String>HttpRequest. getPostParameters()Returns read-only string parameters model from post map with Content-Type: application/x-www-form-urlencoded or multipart/form-data except filesHttpValues<java.lang.String,java.lang.String>HttpRequest. getQueryParameters()Returns read-only query string parameters