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.oauth.server   
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.cdi   
com.sun.jersey.server.impl.component   
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, Context a, 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, Context a, Type c)
           
 Injectable<T> LazySingletonContextProvider.getInjectable(ComponentContext ic, Context a, Type c)
           
 

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

Classes in com.sun.jersey.core.spi.component that implement ComponentContext
 class AnnotatedContext
          A component context for an accessible object and/or 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, 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 Annotation,C>
Injectable
InjectableProviderFactory.getInjectable(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, ComponentScope s)
           
<A extends Annotation,C>
Injectable
InjectableProviderFactory.getInjectable(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, List<ComponentScope> ls)
           
<A extends Annotation,C>
InjectableProviderContext.InjectableScopePair
InjectableProviderFactory.getInjectableWithScope(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, 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, 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, Context a, Type t)
           
 

Uses of ComponentContext in com.sun.jersey.oauth.server
 

Methods in com.sun.jersey.oauth.server with parameters of type ComponentContext
 Injectable OAuthProviderInjectionProvider.getInjectable(ComponentContext cc, Context a, 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, Context a, Type c)
           
 

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

Methods in com.sun.jersey.server.impl.cdi with parameters of type ComponentContext
 IoCComponentProvider CDIComponentProviderFactory.getComponentProvider(ComponentContext cc, 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, Class c)
           
 ResourceComponentProvider IoCResourceFactory.getComponentProvider(ComponentContext cc, Class c)
           
 

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, Context a, Type c)
           
 Injectable CookieParamInjectableProvider.getInjectable(ComponentContext ic, CookieParam a, Parameter c)
           
 Injectable FormParamInjectableProvider.getInjectable(ComponentContext ic, FormParam a, Parameter c)
           
 Injectable HeaderParamInjectableProvider.getInjectable(ComponentContext ic, HeaderParam a, Parameter c)
           
 Injectable MatrixParamInjectableProvider.getInjectable(ComponentContext ic, MatrixParam a, Parameter c)
           
 Injectable<?> PathParamInjectableProvider.getInjectable(ComponentContext ic, PathParam a, Parameter c)
           
 Injectable QueryParamInjectableProvider.getInjectable(ComponentContext ic, 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 Annotation,C>
Injectable
InjectableProviderContext.getInjectable(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, ComponentScope s)
          Get an injectable.
<A extends Annotation,C>
Injectable
InjectableProviderContext.getInjectable(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, 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, Type c)
           
 Injectable<T> SingletonTypeInjectableProvider.getInjectable(ComponentContext ic, A a, Type c)
           
<A extends Annotation,C>
InjectableProviderContext.InjectableScopePair
InjectableProviderContext.getInjectableWithScope(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, 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, Class c)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.