|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractResource | |
---|---|
com.sun.jersey.api.model | Provides an abstract model of a resource class. |
com.sun.jersey.spi.resource | Provides support for plugable life-cycle declaration and implementation. |
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,
java.lang.annotation.Annotation[] annotations)
|
|
AbstractSubResourceMethod(AbstractResource resource,
java.lang.reflect.Method method,
PathValue uriPath,
java.lang.String httpMethod,
java.lang.annotation.Annotation[] annotations)
|
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. |
|
|
ResourceConstructor.getConstructor(java.lang.Class<T> c,
AbstractResource ar,
ComponentProvider.Scope s)
Get the most suitable constructor. |
|
void |
ResourceProvider.init(ComponentProvider provider,
ComponentProvider resourceProvider,
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 |