|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractResource | |
|---|---|
| com.sun.ws.rest.api.model | |
| com.sun.ws.rest.spi.resource | Classes that define the contract for a resource provider. |
| Uses of AbstractResource in com.sun.ws.rest.api.model |
|---|
| Methods in com.sun.ws.rest.api.model that return AbstractResource | |
|---|---|
AbstractResource |
AbstractResourceMethod.getDeclaringResource()
|
| Methods in com.sun.ws.rest.api.model with parameters of type AbstractResource | |
|---|---|
void |
AbstractModelVisitor.visitAbstractResource(AbstractResource resource)
|
| Constructors in com.sun.ws.rest.api.model with parameters of type AbstractResource | |
|---|---|
AbstractResourceMethod(AbstractResource resource,
java.lang.reflect.Method method,
java.lang.String httpMethod)
|
|
AbstractSubResourceMethod(AbstractResource resource,
java.lang.reflect.Method method,
UriPathValue uriPath,
java.lang.String httpMethod)
|
|
| Uses of AbstractResource in com.sun.ws.rest.spi.resource |
|---|
| Methods in com.sun.ws.rest.spi.resource with parameters of type AbstractResource | |
|---|---|
ResourceProvider |
ResourceProviderFactory.createProvider(ComponentProvider provider,
AbstractResource resource,
java.util.Map<java.lang.String,java.lang.Boolean> resourceFeatures,
java.util.Map<java.lang.String,java.lang.Object> resourceProperties)
Obtain a ResourceProvider instance for the supplied resourceClass. |
void |
ResourceProvider.init(ComponentProvider provider,
AbstractResource resource)
Specifies the class of the resource that the provider instance will manage access to. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||