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

Method write

htmlflow-core/src/main/java/htmlflow/HtmlView.java:115–117  ·  view source on GitHub ↗
(M model)

Source from the content-addressed store, hash-verified

113 }
114
115 public void write(M model) {
116 getVisitor().resolve(model);
117 }
118
119 public void write() {
120 write(null);

Callers 8

testDivDetailsBindingMethod · 0.95
testDivDetailsBindingMethod · 0.95
htmlMethod · 0.45
htmlMethod · 0.45
htmlMethod · 0.45

Calls 2

getVisitorMethod · 0.95
resolveMethod · 0.65