Uses of Interface
com.sun.jersey.spi.inject.Injectable

Packages that use Injectable
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
com.sun.jersey.spi.service Provides support for services and components. 
 

Uses of Injectable in com.sun.jersey.spi.inject
 

Classes in com.sun.jersey.spi.inject that implement Injectable
 class PerRequestTypeInjectableProvider<A extends Annotation,T>
          A utility class that may implemented to support a per-request injectable provider for a specific type T.
 class SingletonTypeInjectableProvider<A extends Annotation,T>
          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.
 

Methods in com.sun.jersey.spi.inject that return Injectable
<A extends java.lang.annotation.Annotation,C>
Injectable
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, ComponentProvider.Scope s)
          Get an injectable.
<A extends java.lang.annotation.Annotation,C>
Injectable
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, java.util.List<ComponentProvider.Scope> s)
          Get an injectable.
abstract  Injectable<T> PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic, A a)
          Get an injectable for type T.
 Injectable InjectableProvider.getInjectable(ComponentContext ic, A a, C c)
          Get an injectable.
 Injectable<T> SingletonTypeInjectableProvider.getInjectable(ComponentContext ic, A a, java.lang.reflect.Type c)
           
 Injectable PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic, A a, java.lang.reflect.Type c)
           
 Injectable InjectableProviderContext.getInjectable(Parameter p, ComponentProvider.Scope s)
          Get an injectable given a parameter.
 

Methods in com.sun.jersey.spi.inject that return types with arguments of type Injectable
 java.util.List<Injectable> InjectableProviderContext.getInjectable(java.util.List<Parameter> ps, ComponentProvider.Scope s)
          Get a list of injectable given a list of parameter.
 

Uses of Injectable in com.sun.jersey.spi.service
 

Fields in com.sun.jersey.spi.service with type parameters of type Injectable
 java.util.List<Injectable> ComponentConstructor.ConstructorInjectablePair.is
          The list of injectables associated with the parameters of the constructor;
 

Constructor parameters in com.sun.jersey.spi.service with type arguments of type Injectable
ComponentConstructor.ConstructorInjectablePair(java.lang.reflect.Constructor<T> con, java.util.List<Injectable> is)
          Create a new tuple of a constructor and list of injectables.
 



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