MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / HtmlTemplate

Interface HtmlTemplate

htmlflow-core/src/main/java/htmlflow/HtmlTemplate.java:28–31  ·  view source on GitHub ↗

The model of type T is obtained from view's render() method and passed to dynamic blocks.

Source from the content-addressed store, hash-verified

26
27/** The model of type T is obtained from view's render() method and passed to dynamic blocks. */
28@FunctionalInterface
29public interface HtmlTemplate {
30 void resolve(HtmlPage page);
31}

Callers 8

renderMethod · 0.65
writeMethod · 0.65
preprocessingMethod · 0.65
preprocessingMfeMethod · 0.65
preprocessingAsyncMethod · 0.65
renderMethod · 0.65
writeMethod · 0.65
resolveMethod · 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