|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentContext | |
---|---|
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.spi.inject | Provides support for injection onto resource and provider classes. |
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 | ||
---|---|---|
|
InjectableProviderFactory.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
ComponentScope s)
|
|
|
InjectableProviderFactory.getInjectable(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.spi.inject |
---|
Methods in com.sun.jersey.spi.inject with parameters of type ComponentContext | ||
---|---|---|
|
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
ComponentScope s)
Get an injectable. |
|
|
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
java.util.List<ComponentScope> s)
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<T> |
SingletonTypeInjectableProvider.getInjectable(ComponentContext ic,
A a,
java.lang.reflect.Type c)
|
|
Injectable |
PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic,
A a,
java.lang.reflect.Type c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |