users@jersey.java.net

Re: [Jersey] MatrixParams

From: Jose Antonio Illescas Del Olmo <jantonio.illescas_at_rbcdexia-is.es>
Date: Fri, 30 Jul 2010 15:54:06 +0200

    Issue 102 posted...

Thank you

On 30/07/2010 14:56, Paul Sandoz wrote:
>
> On Jul 23, 2010, at 12:52 PM, Jose Antonio Illescas Del Olmo wrote:
>
>> Can be a new feature?
>>
>> On this URL: GET /mercedes/e55;color=black/2006/interior;color=tan
>>
>> Mapped as: @Path("/{make}/{model}/{year}/{extra}")
>>
>> Can access to all "color" matrix params, for example, with:
>>
>> @MatrixParam("model;color")
>> @MatrixParam("extra;color")
>>
>> Thanks to Bill Burke for example (on their book "RESTfull Java with
>> JAX-RS)
>>
>
> Yes, rather than using @PathParam("model") PathSegment ps.
>
> Can you please log an issue here:
>
> http://jsr311.dev.java.net/
>
> Paul.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>
>