Interface SubResourceLocatorDescriptor
- All Superinterfaces:
GenericMethodResource,ResourceDescriptor
- All Known Implementing Classes:
SubResourceLocatorDescriptorImpl
Describe sub-resource locator. Sub-resource locator is
Method of resource class which has own Path
annotation and has not HttpMethod annotation. This method
can't handle request by self but produce object and this object can handle
request or maybe has other resource locators.- 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
accept
-
Method Details
-
getPathValue
PathValue getPathValue()- Returns:
- See
PathValue
-
getUriPattern
UriPattern getUriPattern()- Returns:
- See
UriPattern
-