| Package | Description |
|---|---|
| org.bridje.http |
| Modifier and Type | Method and Description |
|---|---|
HttpReqParam |
HttpBridletRequest.getGetParameter(String parameter)
Gets the specific "GET" parameter from the parameters map.
|
HttpReqParam |
HttpBridletRequest.getPostParameter(String parameter)
Gets the specific post parameter from the parameters map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,HttpReqParam> |
HttpBridletRequest.getGetParameters()
Gets the "GET" parameters that where sent by the client in the query
string of the request.
|
Map<String,HttpReqParam> |
HttpBridletRequest.getPostParameters()
Gets a unmodifiable map to the post parameters sent by the client.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.