Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] Obtaining Path template for Resource or Sub Resource at ContainerRequestFilter

Hi,

I'm trying to find a way to to obtain the full path template as defined by the JAX-RS @Path annotations, at at Jersey filter - ContainerRequestFilter.
The only work-around I found so far was to iterate backwards from Resource to Parent Resource and obtain the path from it. The starting point is UriInfo --> ResourceMethod --> Resource ...

Thanks!

Asaf

Back to the top