Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist. If the parameter has a single value, the array has a length of 1. If not already parsed, calling this method will trigger the pa
(String name)
| 236 | * @see #getParameter |
| 237 | */ |
| 238 | String[] getParameterValues(String name); |
| 239 | |
| 240 | /** |
| 241 | * Returns a java.util.Map of the parameters of this request. Request parameters are extra information sent with the |
no outgoing calls