程序包 cool.scx.mvc.vo
类 Html
java.lang.Object
cool.scx.mvc.vo.Html
html 渲染类
- 版本:
- 0.3.6
- 作者:
- scx567888
-
方法概要
修饰符和类型方法说明voidaccept(io.vertx.ext.web.RoutingContext context, ScxTemplateHandler templateHandler) add.static HtmlofTemplate.static HtmlofString.voidsendHtmlStr(io.vertx.ext.web.RoutingContext context) voidsendTemplate(io.vertx.ext.web.RoutingContext context, ScxTemplateHandler templateHandler)
-
方法详细资料
-
ofString
ofString.
-
of
ofTemplate.
- 参数:
templatePath- aStringobject- 返回:
- a
Htmlobject - 抛出:
IOException- if any.
-
add
add.
-
accept
public void accept(io.vertx.ext.web.RoutingContext context, ScxTemplateHandler templateHandler) throws freemarker.template.TemplateException, IOException sendToClient
- 抛出:
freemarker.template.TemplateExceptionIOException
-
sendHtmlStr
public void sendHtmlStr(io.vertx.ext.web.RoutingContext context) -
sendTemplate
public void sendTemplate(io.vertx.ext.web.RoutingContext context, ScxTemplateHandler templateHandler) throws IOException, freemarker.template.TemplateException - 抛出:
IOExceptionfreemarker.template.TemplateException
-