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