Uses of Interface
io.jstach.jstachio.context.ContextJStachio
Packages that use ContextJStachio
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.
JStachio Spring Core Integration
Spring Web MVC integration
-
Uses of ContextJStachio in io.jstach.jstachio.context
Methods in io.jstach.jstachio.context that return ContextJStachioModifier and TypeMethodDescriptionstatic ContextJStachio
Decorates a JStachio instance as aContextJStachio
if it is not already one. -
Uses of ContextJStachio in io.jstach.jstachio.spi
Classes in io.jstach.jstachio.spi that implement ContextJStachioModifier and TypeClassDescriptionclass
An abstract jstachio that just needs aJStachioExtensions
container. -
Uses of ContextJStachio in io.jstach.opt.spring
Classes in io.jstach.opt.spring that implement ContextJStachioModifier and TypeClassDescriptionclass
A JStachio that does not use the service loader. -
Uses of ContextJStachio in io.jstach.opt.spring.webmvc
Methods in io.jstach.opt.spring.webmvc that return ContextJStachioModifier and TypeMethodDescriptiondefault ContextJStachio
JStachioModelView.jstachio()
Returns the jstachio singleton by default.