|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceInfo
An injectable class to access the resource class and resource method
matched by the current request. Methods in this class MAY return
null if a resource class and method have not been matched,
e.g. in a standalone, pre-matching ContainerRequestFilter that was
not provided by a post-matching PreMatching.
| Method Summary | |
|---|---|
Class<?> |
getResourceClass()
Get the resource class that is the target of a request, or null if this information is not available. |
Method |
getResourceMethod()
Get the resource method that is the target of a request, or null if this information is not available. |
| Method Detail |
|---|
Method getResourceMethod()
null if this information is not available.
getResourceClass()Class<?> getResourceClass()
null if this information is not available.
getResourceMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||