コード例 #1
0
  protected String processTemplate(String name, Map<String, Object> context) throws Exception {

    return StringUtil.strip(FreeMarkerUtil.process(_TPL_ROOT + name, context), '\r');
  }
コード例 #2
0
  protected void processTemplate(String name, Map<String, Object> context) throws Exception {

    FreeMarkerUtil.process(name, context, _writerSampleSQL);
  }