Class SsrProcessor
java.lang.Object
dev.vanengine.core.SsrProcessor
Server-side rendering processor for Van templates.
Handles v-for, v-if/v-else-if/v-else, v-show, :class/:style/:attr bindings,
and strips client-only directives (@click, v-model).
Processing is recursive: v-for expansion calls the full pipeline per iteration, so loop variables are in scope for inner v-if, :class, {{ }} etc.
Regions between <!--client-only--> and <!--/client-only-->
are skipped (already handled by Rust compiler).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SsrProcessor
public SsrProcessor()
-
-
Method Details
-
processAll
-