Uses of Class
com.sun.jersey.spi.inject.InjectableProviderContext.InjectableScopePair

Packages that use InjectableProviderContext.InjectableScopePair
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.server.impl.inject   
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
 

Uses of InjectableProviderContext.InjectableScopePair in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory that return InjectableProviderContext.InjectableScopePair
<A extends java.lang.annotation.Annotation,C>
InjectableProviderContext.InjectableScopePair
InjectableProviderFactory.getInjectableWithScope(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, java.util.List<ComponentScope> ls)
           
 

Uses of InjectableProviderContext.InjectableScopePair in com.sun.jersey.server.impl.inject
 

Methods in com.sun.jersey.server.impl.inject that return InjectableProviderContext.InjectableScopePair
 InjectableProviderContext.InjectableScopePair ServerInjectableProviderContext.getInjectableiWithScope(Parameter p, ComponentScope s)
          Get an injectable given a parameter.
 InjectableProviderContext.InjectableScopePair ServerInjectableProviderFactory.getInjectableiWithScope(Parameter p, ComponentScope s)
           
 

Uses of InjectableProviderContext.InjectableScopePair in com.sun.jersey.spi.inject
 

Methods in com.sun.jersey.spi.inject that return InjectableProviderContext.InjectableScopePair
<A extends java.lang.annotation.Annotation,C>
InjectableProviderContext.InjectableScopePair
InjectableProviderContext.getInjectableWithScope(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, java.util.List<ComponentScope> ls)
          Get an injectable.
 



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