Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ html
Method
html
htmlflow-core/src/main/java/htmlflow/HtmlDoc.java:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
final
Html<HtmlPage> html() {
44
this.getVisitor().write(HEADER);
45
return
new
Html<>(this);
46
}
47
48
@Override
49
public
String getName() {
Callers
15
`should work with extension functions`
Method · 0.45
`should handle type mismatch in extension function`
Method · 0.45
`should create renderer from HtmlView`
Method · 0.45
`should handle complex HTML structure in renderer`
Method · 0.45
`should handle inactive status in complex view`
Method · 0.45
`should throw exception for type mismatch in HtmlView renderer`
Method · 0.45
`should handle empty content gracefully`
Method · 0.45
KDocExampleViews
Class · 0.45
ObjectTestViews
Class · 0.45
ClassTestViews
Class · 0.45
getClassMethodView
Method · 0.45
SimpleTestViews
Class · 0.45
Calls
2
getVisitor
Method · 0.95
write
Method · 0.45
Tested by
15
`should work with extension functions`
Method · 0.36
`should handle type mismatch in extension function`
Method · 0.36
`should create renderer from HtmlView`
Method · 0.36
`should handle complex HTML structure in renderer`
Method · 0.36
`should handle inactive status in complex view`
Method · 0.36
`should throw exception for type mismatch in HtmlView renderer`
Method · 0.36
`should handle empty content gracefully`
Method · 0.36
getClassMethodView
Method · 0.36
getSimpleView
Method · 0.36
getAsyncView
Method · 0.36
get
Method · 0.36
simpleTableView
Method · 0.36