Uses of Package
com.sun.jersey.core.spi.component

Packages that use com.sun.jersey.core.spi.component
com.sun.jersey.core.spi.component Provides support for components. 
com.sun.jersey.core.spi.component.ioc Provides support for IoC-based components. 
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.server.spi.component Provides support for components that are resource classes. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
 

Classes in com.sun.jersey.core.spi.component used by com.sun.jersey.core.spi.component
ComponentContext
          A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with the component instance to be obtained and/or injected.
ComponentInjector
          An injector to inject on a component.
ComponentProvider
          Provide instances of a component.
ComponentProviderFactory
          A factory for obtaining component providers.
ComponentScope
          The scope contract for a component.
ProviderFactory
          A component provider factory for provider components (which are singletons).
ProviderServices.ProviderClass
           
ProviderServices.ProviderListener
           
 

Classes in com.sun.jersey.core.spi.component used by com.sun.jersey.core.spi.component.ioc
ComponentContext
          A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with the component instance to be obtained and/or injected.
ComponentProvider
          Provide instances of a component.
ComponentProviderFactory
          A factory for obtaining component providers.
ComponentScope
          The scope contract for a component.
ProviderFactory
          A component provider factory for provider components (which are singletons).
 

Classes in com.sun.jersey.core.spi.component used by com.sun.jersey.core.spi.factory
ComponentContext
          A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with the component instance to be obtained and/or injected.
ComponentScope
          The scope contract for a component.
ProviderServices
          Combines access to provider instances given a set of provider classes, a set of provider instances and providers registered in META-INF/services.
 

Classes in com.sun.jersey.core.spi.component used by com.sun.jersey.server.spi.component
ComponentProvider
          Provide instances of a component.
ComponentProviderFactory
          A factory for obtaining component providers.
ComponentScope
          The scope contract for a component.
 

Classes in com.sun.jersey.core.spi.component used by com.sun.jersey.spi.container
ProviderServices
          Combines access to provider instances given a set of provider classes, a set of provider instances and providers registered in META-INF/services.
 

Classes in com.sun.jersey.core.spi.component used by com.sun.jersey.spi.inject
ComponentContext
          A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with the component instance to be obtained and/or injected.
ComponentScope
          The scope contract for a component.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.