Uses of Package
com.sun.jersey.spi.inject

Packages that use com.sun.jersey.spi.inject
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.servlet Provides support for servlet-based and filter-based Web applications. 
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.core.spi.component
InjectableProviderContext
          The context to obtain Injectable instances.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.core.spi.component.ioc
InjectableProviderContext
          The context to obtain Injectable instances.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.core.spi.factory
Injectable
          The type of something that is injectable.
InjectableProvider
          An injectable provider provides an injectable which in turn may be used to obtain the instance to inject onto a field, bean setter method, parameter of a constructor, or parameter of a method.
InjectableProviderContext
          The context to obtain Injectable instances.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.server.spi.component
InjectableProviderContext
          The context to obtain Injectable instances.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.spi.container.servlet
Injectable
          The type of something that is injectable.
InjectableProvider
          An injectable provider provides an injectable which in turn may be used to obtain the instance to inject onto a field, bean setter method, parameter of a constructor, or parameter of a method.
SingletonTypeInjectableProvider
          A utility class that may implemented to support a singleton injectable provider for a specific type T, and an instance of type T, that is to be injected.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.spi.inject
Injectable
          The type of something that is injectable.
InjectableProvider
          An injectable provider provides an injectable which in turn may be used to obtain the instance to inject onto a field, bean setter method, parameter of a constructor, or parameter of a method.
 



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