Map<String, Object> map = new HashMap<String, Object>(); map.put("foo", foo); Object result = template.evaluate(map);
@see httl.Context
@see httl.spi.Converter
@param map - evaluate variables map
@return evaluate result (string or byte[])
@throws ParseException - If the expression cannot be parsed on runtime
| |
| |