|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.core.spi.factory.InjectableProviderFactory
com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
public final class ServerInjectableProviderFactory
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sun.jersey.spi.inject.InjectableProviderContext |
---|
InjectableProviderContext.InjectableScopePair |
Constructor Summary | |
---|---|
ServerInjectableProviderFactory()
|
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 class com.sun.jersey.core.spi.factory.InjectableProviderFactory |
---|
add, configure, configureProviders, getInjectable, getInjectable, getInjectableWithScope, isInjectableProviderRegistered, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.jersey.spi.inject.InjectableProviderContext |
---|
getInjectable, getInjectable, getInjectableWithScope, isInjectableProviderRegistered |
Constructor Detail |
---|
public ServerInjectableProviderFactory()
Method Detail |
---|
public Injectable getInjectable(Parameter p, ComponentScope s)
ServerInjectableProviderContext
getInjectable
in interface ServerInjectableProviderContext
p
- the parameter.s
- the scope for which the injectable will be used
public InjectableProviderContext.InjectableScopePair getInjectableiWithScope(Parameter p, ComponentScope s)
ServerInjectableProviderContext
getInjectableiWithScope
in interface ServerInjectableProviderContext
p
- the parameter.s
- the scope for which the injectable will be used
public java.util.List<Injectable> getInjectable(java.util.List<Parameter> ps, ComponentScope s)
ServerInjectableProviderContext
getInjectable
in interface ServerInjectableProviderContext
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 |