Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testAddPartialWithLargeData
Method · 0.95
preprocessing
Method · 0.95
preprocessingMfe
Method · 0.95
preprocessingAsync
Method · 0.95
html
Method · 0.95
setOut
Method · 0.95
render
Method · 0.95
write
Method · 0.95
setIndented
Method · 0.95
setPreEncoding
Method · 0.95
Calls
1
get
Method · 0.80
Tested by
1
testAddPartialWithLargeData
Method · 0.76