String[] getRequestParameterValues(Object request, String paramName)
String[] getRequestParameterValues(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 values of the parameter. |