Uses of Interface
com.sun.jersey.core.spi.component.ComponentContext

Packages that use ComponentContext
com.sun.jersey.atom.abdera.impl.provider.injectable   
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.guice.spi.container Provides support for Guice-based applications. 
com.sun.jersey.multipart.impl   
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.component   
com.sun.jersey.server.impl.jcdi   
com.sun.jersey.server.impl.model   
com.sun.jersey.server.impl.model.parameter   
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
com.sun.jersey.spi.spring.container Provides support for Spring-based applications. 
 

Uses of ComponentContext in com.sun.jersey.atom.abdera.impl.provider.injectable
 

Methods in com.sun.jersey.atom.abdera.impl.provider.injectable with parameters of type ComponentContext
 Injectable ContentHelperProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type t)
           
 

Uses of ComponentContext in com.sun.jersey.core.impl.provider.xml
 

Methods in com.sun.jersey.core.impl.provider.xml with parameters of type ComponentContext
 Injectable<T> ThreadLocalSingletonContextProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type c)
           
 Injectable<T> LazySingletonContextProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type c)
           
 

Uses of ComponentContext in com.sun.jersey.core.spi.component
 

Classes in com.sun.jersey.core.spi.component that implement ComponentContext
 class AccessibleObjectContext
          A component context for an accessible object.
 class AnnotatedContext
          A component context for an array of annotations.
 

Uses of ComponentContext in com.sun.jersey.core.spi.component.ioc
 

Methods in com.sun.jersey.core.spi.component.ioc with parameters of type ComponentContext
 IoCComponentProvider IoCComponentProviderFactory.getComponentProvider(ComponentContext cc, java.lang.Class<?> c)
          Get the IoC component provider for a class with additional context.
 

Uses of ComponentContext in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory with parameters of type ComponentContext
<A extends java.lang.annotation.Annotation,C>
Injectable
InjectableProviderFactory.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, ComponentScope s)
           
<A extends java.lang.annotation.Annotation,C>
Injectable
InjectableProviderFactory.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, java.util.List<ComponentScope> ls)
           
<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 ComponentContext in com.sun.jersey.guice.spi.container
 

Methods in com.sun.jersey.guice.spi.container with parameters of type ComponentContext
 IoCComponentProvider GuiceComponentProviderFactory.getComponentProvider(ComponentContext cc, java.lang.Class clazz)
           
 

Uses of ComponentContext in com.sun.jersey.multipart.impl
 

Methods in com.sun.jersey.multipart.impl with parameters of type ComponentContext
 Injectable<MultiPartConfig> MultiPartConfigProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type t)
           
 

Uses of ComponentContext in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application with parameters of type ComponentContext
 Injectable CloseableServiceFactory.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type c)
           
 ResourceClass WebApplicationImpl.getResourceClass(ComponentContext cc, java.lang.Class c)
           
 

Uses of ComponentContext in com.sun.jersey.server.impl.component
 

Methods in com.sun.jersey.server.impl.component with parameters of type ComponentContext
 ResourceComponentProvider ResourceFactory.getComponentProvider(ComponentContext cc, java.lang.Class c)
           
 ResourceComponentProvider IoCResourceFactory.getComponentProvider(ComponentContext cc, java.lang.Class c)
           
 

Uses of ComponentContext in com.sun.jersey.server.impl.jcdi
 

Methods in com.sun.jersey.server.impl.jcdi with parameters of type ComponentContext
 IoCComponentProvider JCDIComponentProviderFactory.getComponentProvider(ComponentContext cc, java.lang.Class<?> c)
           
 

Uses of ComponentContext in com.sun.jersey.server.impl.model
 

Methods in com.sun.jersey.server.impl.model with parameters of type ComponentContext
 void ResourceClass.init(ResourceFactory rcpFactory, ComponentContext cc)
           
 

Uses of ComponentContext in com.sun.jersey.server.impl.model.parameter
 

Methods in com.sun.jersey.server.impl.model.parameter with parameters of type ComponentContext
 Injectable HttpContextInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type c)
           
 Injectable CookieParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.CookieParam a, Parameter c)
           
 Injectable FormParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.FormParam a, Parameter c)
           
 Injectable HeaderParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.HeaderParam a, Parameter c)
           
 Injectable MatrixParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.MatrixParam a, Parameter c)
           
 Injectable<?> PathParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.PathParam a, Parameter c)
           
 Injectable QueryParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.QueryParam a, Parameter c)
           
 

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

Methods in com.sun.jersey.spi.inject 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, ComponentScope 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<ComponentScope> ls)
          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 PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic, A a, java.lang.reflect.Type c)
           
 Injectable<T> SingletonTypeInjectableProvider.getInjectable(ComponentContext ic, A a, java.lang.reflect.Type c)
           
<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.
 

Uses of ComponentContext in com.sun.jersey.spi.spring.container
 

Methods in com.sun.jersey.spi.spring.container with parameters of type ComponentContext
 IoCComponentProvider SpringComponentProviderFactory.getComponentProvider(ComponentContext cc, java.lang.Class c)
           
 



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