Interface AbstractResourceDescriptor
- All Superinterfaces:
ObjectModel,ResourceDescriptor
- All Known Implementing Classes:
AbstractResourceDescriptorImpl,ApplicationResource
Describe Resource Class or Root Resource Class. Resource Class is any Java
class that uses JAX-RS annotations to implement corresponding Web resource.
- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface org.exoplatform.services.rest.ObjectModel
getConstructorDescriptors, getFieldInjectors, getObjectClass, getProperties, getPropertyMethods inherited from interface org.exoplatform.services.rest.resource.ResourceDescriptor
accept
-
Method Details
-
getPathValue
PathValue getPathValue()- Returns:
- See
PathValue
-
getResourceMethods
ResourceMethodMap<ResourceMethodDescriptor> getResourceMethods()- Returns:
- resource methods
- See Also:
-
getSubResourceLocators
SubResourceLocatorMap getSubResourceLocators()- Returns:
- sub-resource locators
- See Also:
-
getSubResourceMethods
SubResourceMethodMap getSubResourceMethods()- Returns:
- sub-resource methods
- See Also:
-
getUriPattern
UriPattern getUriPattern()- Returns:
- See
UriPattern
-
isRootResource
boolean isRootResource()- Returns:
- true if resource is root resource false otherwise. Root resource is
class which has own
Pathannotation
-