users@jersey.java.net

Re: [Jersey] Obtaining a UriTemplate for the URI being processed

From: Stephen Colebourne <scolebourne_at_joda.org>
Date: Tue, 1 Jun 2010 16:17:23 +0100

On 1 June 2010 15:31, Paul Sandoz <Paul.Sandoz_at_sun.com> wrote:
> That information is unfortunately not available from the 311 API. Jersey has
> ExtendedUriInfo:
>
>  https://jersey.dev.java.net/nonav/apidocs/latest/jersey/com/sun/jersey/api/core/ExtendedUriInfo.html
>
> which gives you almost what you require.

Thanks for the link and yes that class would help. Using the class
name I googled and found this is a common problem so I look forward
to improvements in JSR-311 v2 ;-)

Stephen