Interface SubResourceMethodDescriptor
- All Superinterfaces:
GenericMethodResource,ResourceDescriptor,ResourceMethodDescriptor
- All Known Implementing Classes:
SubResourceMethodDescriptorImpl
Describe sub-resource method. Sub-resource method is
Method of resource class which has own Path
annotation and HttpMethod annotation. This method can't
handle request directly.- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
Method Summary
Methods inherited from interface org.exoplatform.services.rest.resource.GenericMethodResource
getMethod, getMethodInvoker, getMethodParameters, getParentResource, getResponseTypeMethods inherited from interface org.exoplatform.services.rest.resource.ResourceDescriptor
acceptMethods inherited from interface org.exoplatform.services.rest.resource.ResourceMethodDescriptor
consumes, getHttpMethod, produces
-
Method Details
-
getPathValue
PathValue getPathValue()- Returns:
- See
PathValue
-
getUriPattern
UriPattern getUriPattern()- Returns:
- See
UriPattern
-