Class VanTemplate
java.lang.Object
dev.vanengine.core.VanTemplate
A compiled, immutable template holding HTML with {{ expr }} placeholders.
Thread-safe and reusable — separate from the expensive WASM compilation step.
-
Method Summary
Modifier and TypeMethodDescriptionInterpolate {{{ expr }}} (raw) and {{ expr }} (escaped) placeholders with model data.Interpolate placeholders with model data and locale-specific i18n messages.getHtml()Return the raw compiled HTML (with unresolved {{ expr }} placeholders).
-
Method Details
-
evaluate
-
evaluate
-
getHtml
Return the raw compiled HTML (with unresolved {{ expr }} placeholders).
-