Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ resolve
Method
resolve
htmlflow-core/src/main/java/htmlflow/HtmlTemplate.java:30–30 ·
view source on GitHub ↗
(HtmlPage page)
Source
from the content-addressed store, hash-verified
28
@FunctionalInterface
29
public
interface
HtmlTemplate {
30
void
resolve(HtmlPage page);
31
}
Callers
9
render
Method · 0.65
write
Method · 0.65
preprocessing
Method · 0.65
preprocessingMfe
Method · 0.65
preprocessingAsync
Method · 0.65
render
Method · 0.65
write
Method · 0.65
resolve
Method · 0.65
preprocessingSuspend
Function · 0.65
Implementers
11
HtmlVisitor
htmlflow-core/src/main/java/htmlflow/v
HtmlDocVisitor
htmlflow-core/src/main/java/htmlflow/v
PreprocessingVisitorMfe
htmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorAsyncHot
htmlflow-core/src/main/java/htmlflow/v
PreprocessingVisitor
htmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitor
htmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorHot
htmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorAsync
htmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorSuspendHot
htmlflow-kotlin/src/main/kotlin/htmlfl
PreprocessingVisitorSuspend
htmlflow-kotlin/src/main/kotlin/htmlfl
HtmlViewVisitorSuspend
htmlflow-kotlin/src/main/kotlin/htmlfl
Calls
no outgoing calls
Tested by
no test coverage detected