| Package | Description |
|---|---|
| com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
| com.sun.jersey.spi.container.servlet |
Provides support for servlet-based and filter-based Web applications.
|
| com.sun.jersey.spi.inject |
Provides support for injection onto resource and provider classes.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends java.lang.annotation.Annotation,C> |
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> |
InjectableProviderFactory.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
java.util.List<ComponentScope> ls) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ServletContainer.ContextInjectableProvider<T>
A helper class for creating an injectable provider that supports
Context with a type and constant value. |
protected static class |
WebComponent.ContextInjectableProvider<T>
A helper class for creating an injectable provider that supports
Context with a type and constant value. |
| Modifier and Type | Class and Description |
|---|---|
class |
SingletonTypeInjectableProvider<A extends java.lang.annotation.Annotation,T>
A utility class that may implemented to support a singleton injectable
provider for a specific type T, and an instance of type T, that is to be
injected.
|
| Modifier and Type | Field and Description |
|---|---|
Injectable |
InjectableProviderContext.InjectableScopePair.i |
| Modifier and Type | Method and Description |
|---|---|
<A extends java.lang.annotation.Annotation,C> |
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> |
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<T> |
SingletonTypeInjectableProvider.getInjectable(ComponentContext ic,
A a,
java.lang.reflect.Type c) |
Injectable |
PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic,
A a,
java.lang.reflect.Type c) |
| Constructor and Description |
|---|
InjectableProviderContext.InjectableScopePair(Injectable i,
ComponentScope cs) |
Copyright © 2016 Oracle Corporation. All Rights Reserved.