public class InjectableValuesProvider
extends java.lang.Object
| Constructor and Description |
|---|
InjectableValuesProvider(java.util.List<Injectable> is)
Create a new instance given a list of injectable.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractHttpContextInjectable> |
getInjectables() |
java.lang.Object[] |
getInjectableValues(HttpContext context)
Get the injectable values.
|
public InjectableValuesProvider(java.util.List<Injectable> is)
is - the list of injectable.public java.util.List<AbstractHttpContextInjectable> getInjectables()
public java.lang.Object[] getInjectableValues(HttpContext context)
context - the http contest.Copyright © 2015 Oracle Corporation. All Rights Reserved.