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

Method setOut

htmlflow-core/src/main/java/htmlflow/HtmlView.java:94–97  ·  view source on GitHub ↗
(Appendable out)

Source from the content-addressed store, hash-verified

92 }
93
94 public HtmlView<M> setOut(Appendable out) {
95 getVisitor().setAppendable(out);
96 return this;
97 }
98
99 @Override
100 public String getName() {

Calls 2

getVisitorMethod · 0.95
setAppendableMethod · 0.80