public final class HttpContextInjectableProvider extends Object implements InjectableProvider<javax.ws.rs.core.Context,Type>
| Constructor and Description |
|---|
HttpContextInjectableProvider() |
| Modifier and Type | Method and Description |
|---|---|
Injectable |
getInjectable(ComponentContext ic,
javax.ws.rs.core.Context a,
Type c)
Get an injectable.
|
ComponentScope |
getScope()
Get the scope of the injectable provider.
|
public ComponentScope getScope()
InjectableProvidergetScope in interface InjectableProvider<javax.ws.rs.core.Context,Type>public Injectable getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, Type c)
InjectableProvidergetInjectable in interface InjectableProvider<javax.ws.rs.core.Context,Type>ic - the injectable contexta - the annotation instancec - the context instanceCopyright © 2016 Oracle Corporation. All rights reserved.