Object |
OgnlUtil.callMethod(String name,
Map<String,Object> context,
Object root) |
Object |
OgnlUtil.compile(String expression) |
Object |
OgnlUtil.compile(String expression,
Map<String,Object> context) |
Map<String,Object> |
OgnlUtil.getBeanMap(Object source) |
Object |
OgnlUtil.getRealTarget(String property,
Map<String,Object> context,
Object root) |
Object |
OgnlUtil.getValue(String name,
Map<String,Object> context,
Object root) |
Object |
OgnlUtil.getValue(String name,
Map<String,Object> context,
Object root,
Class resultType) |
void |
OgnlUtil.setValue(String name,
Map<String,Object> context,
Object root,
Object value) |