Module io.jstach.opt.jmustache
@Deprecated
module io.jstach.opt.jmustache
Deprecated.
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.
JMustache extension to enable dynamic development of templates:
io.jstach:jstachio-jmustache.
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
.
IF you are using modules you might need to:
opens your.package.with.templates to io.jstach.jstachio, com.samskivert.jmustache;
- Author:
- agentgt
-
Packages
PackageDescriptionJMustache extension to JStachio to enable dynamic development of templates. -
Modules
ModifierModuleDescriptiontransitiveJStachio compile time annotations: io.jstach:jstachio-annotation. -
Services