Returns a java.util.Map of the parameters of this request. Request parameters are extra information sent with the request. For HTTP servlets, parameters are contained in the query string or posted form data. If not already parsed, calling this method will trigger the parsing of the query string,
()
| 260 | * exception. |
| 261 | */ |
| 262 | Map<String,String[]> getParameterMap(); |
| 263 | |
| 264 | /** |
| 265 | * Returns the name and version of the protocol the request uses in the form |
no outgoing calls