--- Begin Message ---
1. How about setParameters(String name, List<String> values) so that
I can set a multivalued parameter in one call?
2. Why undefined result when input string is not a url-encoded query
string? Why not throw an Exception?
3. public static UrlEncodedQueryString create
(Map<String,List<String>> pMap)
"Creates a UrlEncodedQueryString from the given Map. The order
the parameters are created in corresponds to the iteration order of
the Map."
For a multivalued parameter, the order of these values should be
consistent to the List order and are put together, Right?
4. Will the result of getParameterMap preserves the name order? If
not, does this mean that UrlEncodedQueryString.create
(q.getParameterMap()) may not equals to q?
Thanks
Max
On Jul 16, 2007, at 8:06 PM, Michael McMahon wrote:
I have updated the CCC request for this, and would like
to finalize it this week.
Can I get comments on it please?
The apidocs can be seen at http://oldsunweb.ireland/~mm72272/
urlencodedquerystring/
Thanks
Michael.
--- End Message ---