Uses of Interface
htmlflow.HtmlTemplate
Packages that use HtmlTemplate
-
Uses of HtmlTemplate in htmlflow
Methods in htmlflow with parameters of type HtmlTemplateModifier and TypeMethodDescriptionstatic HtmlViewHtmlFlow.view(HtmlTemplate template) Creates a HtmlView corresponding to a dynamic HtmlPage with a model.static HtmlViewHtmlFlow.view(Appendable out, HtmlTemplate template) Creates a HtmlView corresponding to a dynamic HtmlPage with a model.static HtmlViewAsyncHtmlFlow.viewAsync(HtmlTemplate template) Creates a HtmlViewAsync corresponding to a dynamic HtmlPage with an asynchronous model.