MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / viewAsync

Method viewAsync

htmlflow-core/src/main/java/htmlflow/HtmlFlow.java:305–307  ·  view source on GitHub ↗

Creates a HtmlViewAsync corresponding to a dynamic HtmlPage with an asynchronous model and default indentation on. @param template Function that consumes an HtmlView to produce HTML elements. @param Type of the model rendered with this view.

(HtmlTemplate template)

Source from the content-addressed store, hash-verified

303 * @param <M> Type of the model rendered with this view.
304 */
305 public static <M> HtmlViewAsync<M> viewAsync(HtmlTemplate template) {
306 return HtmlFlow.viewAsync(template, true, false, true);
307 }
308
309 /**
310 * Creates a Hot HtmlViewAsync corresponding to a dynamic HtmlPage with an asynchronous model and

Calls 2

preprocessingAsyncMethod · 0.95
getFirstMethod · 0.45