public abstract class AbstractTemplate extends Object implements Template
| Constructor and Description |
|---|
AbstractTemplate() |
| Modifier and Type | Method and Description |
|---|---|
String |
render(Map<?,?> bindingMap)
将模板与绑定参数融合后返回为字符串
|
void |
render(Map<?,?> bindingMap,
File file)
写出到文件
|
Copyright © 2025. All rights reserved.