|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.server.impl.inject.InjectableValuesProvider
public class InjectableValuesProvider
A hold of a list of injectable that obtains the injectable values from that list.
Constructor Summary | |
---|---|
InjectableValuesProvider(java.util.List<Injectable> is)
Create a new instance given a list of injectable. |
Method Summary | |
---|---|
java.util.List<AbstractHttpContextInjectable> |
getInjectables()
|
java.lang.Object[] |
getInjectableValues(HttpContext context)
Get the injectable values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InjectableValuesProvider(java.util.List<Injectable> is)
is
- the list of injectable.Method Detail |
---|
public java.util.List<AbstractHttpContextInjectable> getInjectables()
public java.lang.Object[] getInjectableValues(HttpContext context)
context
- the http contest.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |