protected String processTemplate(String name, Map<String, Object> context) throws Exception { return StringUtil.strip(FreeMarkerUtil.process(_TPL_ROOT + name, context), '\r'); }
protected void processTemplate(String name, Map<String, Object> context) throws Exception { FreeMarkerUtil.process(name, context, _writerSampleSQL); }