Uses of Class
com.sun.jersey.server.spi.component.ResourceComponentProviderFactoryClass

Packages that use ResourceComponentProviderFactoryClass
com.sun.jersey.spi.container.servlet Provides support for servlet-based and filter-based Web applications. 
com.sun.jersey.spi.resource Provides support for plugable life-cycle declaration and implementation. 
 

Uses of ResourceComponentProviderFactoryClass in com.sun.jersey.spi.container.servlet
 

Classes in com.sun.jersey.spi.container.servlet with annotations of type ResourceComponentProviderFactoryClass
 interface PerSession
          Used to annotate resource classes that require a new instance for each HTTP servlet session.
 

Uses of ResourceComponentProviderFactoryClass in com.sun.jersey.spi.resource
 

Classes in com.sun.jersey.spi.resource with annotations of type ResourceComponentProviderFactoryClass
 interface PerRequest
          Used to annotate resource classes that require a new instance for each request.
 interface Singleton
          Used to annotate resources that require one instance per web application.
 



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