Uses of Interface
io.jstach.jstachio.Renderer
Package
Description
JStachio Core Runtime API.
JStachio extended Mustache context support for context stack as well as Map and JSON
tree like models.
JStachio Service Provider extension points API.
Contains the exported Dropwizard support
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.
-
Uses of Renderer in io.jstach.jstachio
Modifier and TypeInterfaceDescriptioninterface
Render models by using reflection or static catalog to lookup generated templates as well as apply filtering and fallback mechanisms.interface
Template<T>
A JStachio Template is a renderer that has template meta data.static interface
EXPERIMENTAL support of pre-encoded templates that have the static parts of the template already encoded into bytes. -
Uses of Renderer in io.jstach.jstachio.context
Modifier and TypeInterfaceDescriptioninterface
A special JStachio that can render models with a loose typed context object bound to "@context". -
Uses of Renderer in io.jstach.jstachio.spi
Modifier and TypeClassDescriptionclass
An abstract jstachio that just needs aJStachioExtensions
container. -
Uses of Renderer in io.jstach.opt.dropwizard
Modifier and TypeInterfaceDescriptioninterface
A mixin for generated templates to create dropwizard views. -
Uses of Renderer in io.jstach.opt.dropwizard.example
-
Uses of Renderer in io.jstach.opt.spring
Modifier and TypeClassDescriptionclass
A JStachio that does not use the service loader. -
Uses of Renderer in io.jstach.opt.spring.example.hello
Modifier and TypeClassDescriptionclass
Generated Renderer.class
Generated Renderer. -
Uses of Renderer in io.jstach.opt.spring.example.message
-
Uses of Renderer in io.jstach.opt.spring.webflux.example.hello
-
Uses of Renderer in io.jstach.opt.spring.webflux.example.message