| Package | Description |
|---|---|
| com.sun.jersey.api.model |
Provides an abstract model of a resource class.
|
| com.sun.jersey.spi.monitoring |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractSubResourceLocator> |
AbstractResource.getSubResourceLocators()
Provides a non-null list of subresource locators available on the resource
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModelVisitor.visitAbstractSubResourceLocator(AbstractSubResourceLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
void |
DispatchingListener.onSubResourceLocator(long id,
AbstractSubResourceLocator locator)
Called right before sub resource locator method is invoked.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.