com.googlecode.gendevcode.common
类 VelocityFactory
java.lang.Object
com.googlecode.gendevcode.common.VelocityFactory
public class VelocityFactory
- extends Object
模板工厂类
- 作者:
- devilishking
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityFactory
public VelocityFactory()
writeFile
public static void writeFile(Map<String,Object> dataMap,
String vmFileUrl,
String genFileUrl,
String serverAbsolutePath)
throws Exception
- 写入文件
- 参数:
dataMap - 替换集合<标签名, 值>vmFileUrl - 模板路径genFileUrl - 生成页面路径
- 抛出:
Exception
Copyright © 2012 Devilishkom. All Rights Reserved.