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()
InjectableProvider
getScope
in interface InjectableProvider<javax.ws.rs.core.Context,Type>
public Injectable getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, Type c)
InjectableProvider
getInjectable
in interface InjectableProvider<javax.ws.rs.core.Context,Type>
ic
- the injectable contexta
- the annotation instancec
- the context instanceCopyright © 2013 Oracle Corporation. All rights reserved.