程序包 cool.scx.core
类 ScxTemplate
java.lang.Object
cool.scx.core.ScxTemplate
用于渲染 freemarker
- 版本:
- 0.3.6
- 作者:
- scx567888
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddDirective(Class<? extends BaseTemplateDirective> clazz) 添加一个模板指令freemarker.template.TemplategetTemplateByPath(String pagePath) getTemplateByPath.
-
构造器详细资料
-
ScxTemplate
Constructor for ScxTemplate.
- 参数:
scxCoreConfig- a
-
-
方法详细资料
-
getTemplateByPath
getTemplateByPath.
- 参数:
pagePath- aStringobject.- 返回:
- a
Templateobject. - 抛出:
IOException- if any.
-
addDirective
添加一个模板指令- 参数:
clazz- aClassobject
-