Sure, use @Context UriInfo ui, either as a parameter, a field or a bean property
And then do ui.getQueryParameters() (or something similar) Cheers, Sergey -----Original Message----- From: Joe Sunday [mailto:[EMAIL PROTECTED] Sent: 15 July 2008 18:36 To: [email protected] Subject: JAX-RS Get all query parameters Is it possible to easily inject all of the query parameters for a REST call as a Map<String, String> or MultiValuedMap<String, String> without having to put each one in the method signature individually? --Joe ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
