Writer/OutputStream out = ...; Map<String, Object> map = new HashMap<String, Object>(); map.put("foo", foo); template.render(map, out);@see httl.Context @see httl.spi.Converter @param map - render variables map @param out - render output @throws IOException - If an I/O error occurs @throws ParseException - If the template cannot be parsed on runtime
|
|
|
|
|
|