MCPcopy 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
29public interface HtmlTemplate {
30 void resolve(HtmlPage page);
31}

Callers 9

renderMethod · 0.65
writeMethod · 0.65
preprocessingMethod · 0.65
preprocessingMfeMethod · 0.65
preprocessingAsyncMethod · 0.65
renderMethod · 0.65
writeMethod · 0.65
resolveMethod · 0.65
preprocessingSuspendFunction · 0.65

Implementers 11

HtmlVisitorhtmlflow-core/src/main/java/htmlflow/v
HtmlDocVisitorhtmlflow-core/src/main/java/htmlflow/v
PreprocessingVisitorMfehtmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorAsyncHothtmlflow-core/src/main/java/htmlflow/v
PreprocessingVisitorhtmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorhtmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorHothtmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorAsynchtmlflow-core/src/main/java/htmlflow/v
HtmlViewVisitorSuspendHothtmlflow-kotlin/src/main/kotlin/htmlfl
PreprocessingVisitorSuspendhtmlflow-kotlin/src/main/kotlin/htmlfl
HtmlViewVisitorSuspendhtmlflow-kotlin/src/main/kotlin/htmlfl

Calls

no outgoing calls

Tested by

no test coverage detected