Module io.jstach.opt.jmustache
Package io.jstach.opt.jmustache
@NonNullByDefault
package io.jstach.opt.jmustache
JMustache extension to JStachio to enable dynamic development of templates.
This extension will use JMustache instead of JStachio for rendering. The idea of this extension is to allow you to edit Mustache templates in real time without waiting for the compile reload cycle.
If this extension is enabled which it is by default if the ServiceLoader finds it
JMustache will be used when a runtime filtered rendering call is made (see
JStachio
).
See JMustacheRenderer
.
-
ClassDescriptionDeprecated.This extension does not reliably mimic JStachio's mustache support unfortunately based on feedback we have decided to deprecate this and recommend using other mechanisms for hot reload.