Returns an Enumeration of String objects containing the names of the parameters contained in this request. If the request has no parameters, the method returns an empty Enumeration . If not already parsed, calling this method will trigger the parsing of the
()
| 208 | * exception. |
| 209 | */ |
| 210 | Enumeration<String> getParameterNames(); |
| 211 | |
| 212 | /** |
| 213 | * Returns an array of <code>String</code> objects containing all of the values the given request parameter has, or |
no outgoing calls