Examples of DefaultObjectWrapper


Examples of freemarker.template.DefaultObjectWrapper

      String tmpPath=FileUtil.getParentPath(templateFilePath);
      String tmpName=FileUtil.getFileName(templateFilePath);
     
      Configuration cfg =new Configuration();
      cfg.setDirectoryForTemplateLoading(new File(tmpPath));
      cfg.setObjectWrapper(new DefaultObjectWrapper());
     
      //读取模板
      Template template= cfg.getTemplate(tmpName);
     
      //输出到文件
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.