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

Packages that use com.sun.jersey.spi.inject
com.sun.jersey.atom.abdera.impl.provider.injectable   
com.sun.jersey.core.impl.provider.entity   
com.sun.jersey.core.impl.provider.xml   
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.multipart.impl   
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.inject   
com.sun.jersey.server.impl.model.method.dispatch   
com.sun.jersey.server.impl.model.parameter   
com.sun.jersey.server.impl.model.parameter.multivalued   
com.sun.jersey.server.impl.uri.rules   
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.atom.abdera.impl.provider.injectable
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.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.core.impl.provider.entity
Injectable
          The type of something that is injectable.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.core.impl.provider.xml
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.
 

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.
InjectableProviderContext.InjectableScopePair
           
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.multipart.impl
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.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.server.impl.application
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.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.server.impl.inject
Injectable
          The type of something that is injectable.
InjectableProviderContext
          The context to obtain Injectable instances.
InjectableProviderContext.InjectableScopePair
           
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.server.impl.model.method.dispatch
Injectable
          The type of something that is injectable.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.server.impl.model.parameter
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.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.server.impl.model.parameter.multivalued
Injectable
          The type of something that is injectable.
 

Classes in com.sun.jersey.spi.inject used by com.sun.jersey.server.impl.uri.rules
Injectable
          The type of something that is injectable.
 

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.
InjectableProviderContext.InjectableScopePair
           
 



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