Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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());
Callers
15
testSimpleTableRender
Method · 0.95
testTableWithPartialsBindingTwice
Method · 0.95
renderer
Function · 0.45
renderViewWithModel
Method · 0.45
htmlRender
Method · 0.45
testDivDetailsWithoutBinding
Method · 0.45
viewWithNoIndent
Method · 0.45
testBodyDivPElementsWithoutIndentationForView
Method · 0.45
testStaticViewWithVoidElements
Method · 0.45
testRightDynamicWithTwoDifferentModels
Method · 0.45
testFragmentWithMainRootView
Method · 0.45
htmlRender
Method · 0.45
Calls
4
getVisitor
Method · 0.95
out
Method · 0.80
resolve
Method · 0.65
toString
Method · 0.45
Tested by
15
testSimpleTableRender
Method · 0.76
testTableWithPartialsBindingTwice
Method · 0.76
renderer
Function · 0.36
htmlRender
Method · 0.36
testDivDetailsWithoutBinding
Method · 0.36
viewWithNoIndent
Method · 0.36
testBodyDivPElementsWithoutIndentationForView
Method · 0.36
testStaticViewWithVoidElements
Method · 0.36
testRightDynamicWithTwoDifferentModels
Method · 0.36
testFragmentWithMainRootView
Method · 0.36
htmlRender
Method · 0.36
testStaticViewWithCustomElements
Method · 0.36