public class VelocityEngine extends Object implements TemplateEngine
| 构造器和说明 |
|---|
VelocityEngine()
默认构造
|
VelocityEngine(TemplateConfig config)
构造
|
VelocityEngine(org.apache.velocity.app.VelocityEngine engine)
构造
|
public VelocityEngine()
public VelocityEngine(TemplateConfig config)
config - 模板配置public VelocityEngine(org.apache.velocity.app.VelocityEngine engine)
engine - VelocityEnginepublic org.apache.velocity.app.VelocityEngine getRowEngine()
public Template getTemplate(String resource)
TemplateEnginegetTemplate 在接口中 TemplateEngineresource - 资源,根据事先不同,此资源可以是模板本身,也可以是模板的相对路径Copyright © 2019. All rights reserved.