public class WitTemplate extends AbstractTemplate implements Serializable
Constructor and Description |
---|
WitTemplate(org.febit.wit.Template witTemplate)
构造
|
Modifier and Type | Method and Description |
---|---|
void |
render(Map<?,?> bindingMap,
OutputStream out)
将模板与绑定参数融合后输出到流
|
void |
render(Map<?,?> bindingMap,
Writer writer)
将模板与绑定参数融合后输出到Writer
|
static WitTemplate |
wrap(org.febit.wit.Template witTemplate)
包装Wit模板
|
render, render
public WitTemplate(org.febit.wit.Template witTemplate)
witTemplate
- Wit的模板对象 Template
public static WitTemplate wrap(org.febit.wit.Template witTemplate)
witTemplate
- Wit的模板对象 Template
public void render(Map<?,?> bindingMap, Writer writer)
Template
public void render(Map<?,?> bindingMap, OutputStream out)
Template
Copyright © 2024. All rights reserved.