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.
We statically configure all annotated JStache in this package to follow the builtin
dropwizard config.
JStachio Spring Core Integration
Spring Boot MVC components using JStachio.
Spring Boot MVC components using JStachio.
Spring Boot WebFlux example Hello endpoint using JStachio.
Spring Boot MVC components using JStachio.
Spring Web MVC integration
-
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. -
Classes in io.jstach.jstachio.context used by io.jstach.opt.dropwizard.exampleClassDescriptionThis 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.opt.springClassDescriptionA special JStachio that can render models with a loose typed context object bound to "@context".
-
Classes in io.jstach.jstachio.context used by io.jstach.opt.spring.example.helloClassDescriptionThis 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.opt.spring.example.messageClassDescriptionThis 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.opt.spring.webflux.example.helloClassDescriptionThis 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.opt.spring.webflux.example.messageClassDescriptionThis 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.opt.spring.webmvcClassDescriptionA special JStachio that can render models with a loose typed context object bound to "@context".