Package com.sun.jersey.spi.resource

Classes that define the contract for a resource provider.

See:
          Description

Interface Summary
InjectableProviderContext The context to obtain Injectable instances.
ResourceProvider A provider that manages the creation of resource class instances.
 

Class Summary
ResourceClassInjector An injector that injects onto properties of a resource.
ResourceProviderFactory A singleton that manages access to resource provider instances.
 

Annotation Types Summary
PerRequest Used to annotate resource classes that require a new instance to be used for each request.
ResourceFactory Specifies the provider that is used to obtain an instance of the resource class.
Singleton Used to annotate resources that should be treated as singletons
 

Package com.sun.jersey.spi.resource Description

Classes that define the contract for a resource provider.