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

Method getVisitor

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

Source from the content-addressed store, hash-verified

87 }
88
89 @Override
90 public HtmlVisitor getVisitor() {
91 return threadSafe ? threadLocalVisitor.get() : visitor;
92 }
93
94 public HtmlView<M> setOut(Appendable out) {
95 getVisitor().setAppendable(out);

Callers 10

preprocessingMethod · 0.95
preprocessingMfeMethod · 0.95
preprocessingAsyncMethod · 0.95
htmlMethod · 0.95
setOutMethod · 0.95
renderMethod · 0.95
writeMethod · 0.95
setIndentedMethod · 0.95
setPreEncodingMethod · 0.95

Calls 1

getMethod · 0.80

Tested by 1