public interface TemplateEngine
| Modifier and Type | Method and Description |
|---|---|
void |
init(Configuration configuration)
初始化模版引擎配置
|
void |
writer(String templatePath,
String outputPath,
Map<String,Object> data)
使用模版生成文件
|
void |
writer(String templatePath,
Writer output,
Map<String,Object> data)
使用模版生成文件
|
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.