CodeCharge Studiopublic String getHttpGetParameter(java.lang.String name);
| Name | Type | Description |
|---|---|---|
| name | String | A String specifying the name of the parameter |
This method returns the value of a request GET parameter as a String, or null if parameter does not exist.