Package cool.scx.web.vo
Class Html
java.lang.Object
cool.scx.web.vo.Html
- All Implemented Interfaces:
ScxConsumer<io.vertx.ext.web.RoutingContext,,Exception> BaseVo
html 渲染类
- Version:
- 0.3.6
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(io.vertx.ext.web.RoutingContext context) static Htmlstatic HtmlvoidsendHtmlPath(io.vertx.ext.web.RoutingContext context) voidsendHtmlStr(io.vertx.ext.web.RoutingContext context)
-
Method Details
-
of
-
of
- Throws:
IOException
-
accept
- Specified by:
acceptin interfaceScxConsumer<io.vertx.ext.web.RoutingContext,Exception> - Throws:
Exception
-
sendHtmlStr
public void sendHtmlStr(io.vertx.ext.web.RoutingContext context) -
sendHtmlPath
public void sendHtmlPath(io.vertx.ext.web.RoutingContext context)
-