|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerInjectableProviderContext
The server context to obtain Injectable
instances.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sun.jersey.spi.inject.InjectableProviderContext |
---|
InjectableProviderContext.InjectableScopePair |
Method Summary | |
---|---|
java.util.List<Injectable> |
getInjectable(java.util.List<Parameter> ps,
ComponentScope s)
Get a list of injectable given a list of parameter. |
Injectable |
getInjectable(Parameter p,
ComponentScope s)
Get an injectable given a parameter. |
InjectableProviderContext.InjectableScopePair |
getInjectableiWithScope(Parameter p,
ComponentScope s)
Get an injectable given a parameter. |
Methods inherited from interface com.sun.jersey.spi.inject.InjectableProviderContext |
---|
getInjectable, getInjectable, getInjectableWithScope, isInjectableProviderRegistered |
Method Detail |
---|
Injectable getInjectable(Parameter p, ComponentScope s)
p
- the parameter.s
- the scope for which the injectable will be used
InjectableProviderContext.InjectableScopePair getInjectableiWithScope(Parameter p, ComponentScope s)
p
- the parameter.s
- the scope for which the injectable will be used
java.util.List<Injectable> getInjectable(java.util.List<Parameter> ps, ComponentScope s)
ps
- the list of parameter.s
- the scope for which the injectable will be used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |