Uses of Interface
com.sun.jersey.spi.service.ComponentContext

Packages that use ComponentContext
com.sun.jersey.spi.inject   
com.sun.jersey.spi.resource Classes that define the contract for a resource provider. 
com.sun.jersey.spi.service Classes used by the SPIs to support dynamic extensions. 
 

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

Methods in com.sun.jersey.spi.inject with parameters of type ComponentContext
 Injectable InjectableProvider.getInjectable(ComponentContext ic, A a, C c)
          Get an injectable.
 Injectable SingletonTypeInjectableProvider.getInjectable(ComponentContext ic, A a, java.lang.reflect.Type c)
           
 

Uses of ComponentContext in com.sun.jersey.spi.resource
 

Methods in com.sun.jersey.spi.resource with parameters of type ComponentContext
<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.
 

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

Methods in com.sun.jersey.spi.service with parameters of type ComponentContext
<T> T
ComponentProvider.getInstance(ComponentContext cc, ComponentProvider.Scope scope, java.lang.Class<T> c)
          Get the instance of a class.