public class BindingValues
extends Object
| Constructor and Description |
|---|
BindingValues() |
BindingValues(Map<String,Object> bindingValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key)
Returns
true if specified key exists. |
<T> T |
get(String key)
Returns the value for the specified key.
|