users@jersey.java.net

Absolute URI

From: Richard Levenberg <richardl_at_ufp.com>
Date: Wed, 06 Aug 2008 14:37:42 -0700

Ive been looking and cant seem to find any way to handle an absolute URI.

say I have something like
http://example.com/param1/param2/param3/resourceId.ext

I know with PathParam and Path annotations how to get param1, param2, and
param3 but how do I get resourceId and ext?

r