|
||||||||||
| 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.lang.reflect.AccessibleObject ao,
java.util.List<Parameter> ps,
ComponentScope s)
Get a list of injectable given a list of parameter. |
Injectable |
getInjectable(java.lang.reflect.AccessibleObject ao,
Parameter p,
ComponentScope s)
Get an injectable given a parameter. |
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(java.lang.reflect.AccessibleObject ao,
Parameter p,
ComponentScope s)
Get an injectable given a parameter. |
InjectableProviderContext.InjectableScopePair |
getInjectableiWithScope(Parameter p,
ComponentScope s)
Get an injectable given a parameter. |
boolean |
isParameterTypeRegistered(Parameter p)
Check if a parameter type is registered for injection. |
| Methods inherited from class com.sun.jersey.core.spi.factory.InjectableProviderFactory |
|---|
add, configure, configureProviders, getInjectable, getInjectable, getInjectableWithScope, isAnnotationRegistered, 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, isAnnotationRegistered, isInjectableProviderRegistered |
| Constructor Detail |
|---|
public ServerInjectableProviderFactory()
| Method Detail |
|---|
public boolean isParameterTypeRegistered(Parameter p)
ServerInjectableProviderContext
isParameterTypeRegistered in interface ServerInjectableProviderContextp - the parameter, from which the parameter type is obtained.
public InjectableProviderContext.InjectableScopePair getInjectableiWithScope(Parameter p,
ComponentScope s)
ServerInjectableProviderContext
getInjectableiWithScope in interface ServerInjectableProviderContextp - the parameter.s - the scope for which the injectable will be used
public InjectableProviderContext.InjectableScopePair getInjectableiWithScope(java.lang.reflect.AccessibleObject ao,
Parameter p,
ComponentScope s)
ServerInjectableProviderContext
getInjectableiWithScope in interface ServerInjectableProviderContextao - the accessible object that is the target of injectionp - the parameter.s - the scope for which the injectable will be used
public Injectable getInjectable(Parameter p,
ComponentScope s)
ServerInjectableProviderContext
getInjectable in interface ServerInjectableProviderContextp - the parameter.s - the scope for which the injectable will be used
public Injectable getInjectable(java.lang.reflect.AccessibleObject ao,
Parameter p,
ComponentScope s)
ServerInjectableProviderContext
getInjectable in interface ServerInjectableProviderContextao - the accessible object that is the target of injectionp - 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 ServerInjectableProviderContextps - the list of parameter.s - the scope for which the injectable will be used
public java.util.List<Injectable> getInjectable(java.lang.reflect.AccessibleObject ao,
java.util.List<Parameter> ps,
ComponentScope s)
ServerInjectableProviderContext
getInjectable in interface ServerInjectableProviderContextao - the accessible object that is the target of injectionps - 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 | |||||||||