public interface ExpressionContext
| Modifier and Type | Method and Description |
|---|---|
void |
addFunctions(Class<?> functions) |
void |
addFunctions(String prefix,
Class<?> functions) |
<T> T |
idx(Class<T> type,
String property) |
Object |
idx(String property) |
byte |
idxByte(String property) |
char |
idxChar(String property) |
double |
idxDouble(String property) |
float |
idxFloat(String property) |
int |
idxInt(String property) |
long |
idxLong(String property) |
short |
idxShort(String property) |
String |
idxString(String property) |
void |
initContext(Object[] root) |
Object |
lookup(String path) |
Object |
lookupWithDefault(String s,
Object defaultValue) |
void |
pushContext(Object values) |
void |
put(String var,
Object value) |
void |
removeLastContext() |
char idxChar(String property)
byte idxByte(String property)
short idxShort(String property)
int idxInt(String property)
float idxFloat(String property)
double idxDouble(String property)
long idxLong(String property)
void initContext(Object[] root)
void pushContext(Object values)
void removeLastContext()
void addFunctions(Class<?> functions)
Copyright © 2016. All Rights Reserved.