|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractResource | |
---|---|
com.sun.jersey.api.model | |
com.sun.jersey.spi.resource | Classes that define the contract for a resource provider. |
Uses of AbstractResource in com.sun.jersey.api.model |
---|
Methods in com.sun.jersey.api.model that return AbstractResource | |
---|---|
AbstractResource |
AbstractResourceMethod.getDeclaringResource()
|
Methods in com.sun.jersey.api.model with parameters of type AbstractResource | |
---|---|
void |
AbstractModelVisitor.visitAbstractResource(AbstractResource resource)
|
Constructors in com.sun.jersey.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.jersey.spi.resource |
---|
Methods in com.sun.jersey.spi.resource with parameters of type AbstractResource | |
---|---|
ResourceProvider |
ResourceProviderFactory.createProvider(ComponentProvider provider,
ComponentProvider resourceProvider,
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. |
Constructors in com.sun.jersey.spi.resource with parameters of type AbstractResource | |
---|---|
ResourceClassInjector(InjectableProviderContext ipc,
ComponentProvider.Scope s,
AbstractResource resource)
Create a new resource class injector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |