users@jersey.java.net

Re: [Jersey] query parameter validation

From: Brian Moseley <bcm_at_maz.org>
Date: Wed, 28 Jul 2010 13:21:41 -0400

On Wed, Jul 28, 2010 at 6:50 AM, Paul Sandoz <Paul.Sandoz_at_oracle.com> wrote:

> If you inject UriInfo into your resource filter factory (and pass the
> reference along to the request filter) then you can obtain the the matched
> resource using:
>
> https://jsr311.dev.java.net/nonav/releases/1.1/javax/ws/rs/core/UriInfo.html#getMatchedResources%28%29

wonderful! I had a feeling I was missing something :)