users@jersey.java.net

GET parameters as List or Map?

From: Gabor Szokoli <szocske_at_gmail.com>
Date: Fri, 29 Feb 2008 17:31:29 +0100

Hi,

(I've just sent this question to the wicket users list by accident :-) )

I have a GET method which takes a bunch of optional search parameters.
I then put these in a map, keyed by the @QueryParam.
A cool servlet framework we use (wicket) has a construct called
PageParameters. Is there anything similar in Jersey?


Gabor Szokoli