users@jersey.java.net

[Jersey] dynamic formparameters possible ?

From: Robert Willner <robert.willner_at_gmail.com>
Date: Tue, 13 Dec 2011 18:16:00 +0100

Hello!

Is there a way how I can access FormParameters that I dont know the name of?

The goal is it to pass and handle FormParams dynamically. So I dont know
the names of the passed formparams in prior.
The best way would be a list of (key:value) pairs that I can iterate
through.
Do you have any suggestions?

Thanks in advance!