Package com.sun.jersey.spi.resource

Provides support for plugable life-cycle declaration and implementation.

See:
          Description

Interface Summary
ResourceProvider A provider that manages the creation of resource class instances.
 

Class Summary
ResourceClassInjector An injector that injects onto properties of a resource.
ResourceConstructor A utility class to obtain the most suitable constructor for a resource class.
ResourceProviderFactory A singleton that manages access to resource provider instances.
 

Annotation Types Summary
PerRequest Used to annotate resource classes that require a new instance for each request.
ResourceFactory Specifies the provider that is used to obtain an instance of the resource class.
Singleton Used to annotate resources that require one instance per web application.
 

Package com.sun.jersey.spi.resource Description

Provides support for plugable life-cycle declaration and implementation.



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.