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