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