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.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.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 Oracle Corporation. All Rights Reserved.