String getRequestParameter(Object request, String paramName)String getRequestParameter(Object request, String paramName)| Name | Type | Description |
|---|---|---|
request | Object | The servlet request object. |
paramName | String | The name of the request parameter. |
| Type | Description |
|---|---|
String | The value of the parameter. |