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

Method render

htmlflow-core/src/main/java/htmlflow/HtmlView.java:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 public String render() {
105 return render(null);
106 }
107
108 public String render(M model) {
109 StringBuilder str = ((StringBuilder) getVisitor().out());

Calls 4

getVisitorMethod · 0.95
outMethod · 0.80
resolveMethod · 0.65
toStringMethod · 0.45