Interface SubResourceLocatorDescriptor

All Superinterfaces:
GenericMethodResource, ResourceDescriptor
All Known Implementing Classes:
SubResourceLocatorDescriptorImpl

public interface SubResourceLocatorDescriptor extends GenericMethodResource, ResourceDescriptor
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