Uses of Package
io.jstach.jstachio.context
Packages that use io.jstach.jstachio.context
Package
Description
JStachio extended Mustache context support for context stack as well as Map and JSON
tree like models.
JStachio Service Provider extension points API.
-
Classes in io.jstach.jstachio.context used by io.jstach.jstachio.contextClassDescriptionA special JStachio that can render models with a loose typed context object bound to "@context".This interface serves three puproses: A way to represent the current context stack (see
ContextNode.parent()) Allow you to simulate JSON/Javscript object node like trees without being coupled to a particularly JSON lib.A context aware template. -
Classes in io.jstach.jstachio.context used by io.jstach.jstachio.spiClassDescriptionA special JStachio that can render models with a loose typed context object bound to "@context".This interface serves three puproses: A way to represent the current context stack (see
ContextNode.parent()) Allow you to simulate JSON/Javscript object node like trees without being coupled to a particularly JSON lib.