Uses of Annotation Interface
io.jstach.jstache.JStache
Packages that use JStache
Package
Description
We statically configure all annotated JStache in this package to follow the builtin
dropwizard config.
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 JStache in io.jstach.opt.dropwizard.example
Classes in io.jstach.opt.dropwizard.example with annotations of type JStacheModifier and TypeClassDescriptionfinal record
A JStache model using external template:src/main/resources/io/jstach/opt/dropwizard/example/ExampleModel.mustache
. -
Uses of JStache in io.jstach.opt.spring.example.hello
Classes in io.jstach.opt.spring.example.hello with annotations of type JStacheModifier and TypeClassDescriptionfinal record
Model using a resource template that is in src/main/resources/views.final record
Model that implementsJStachioModelView
using a resource template that is in src/main/resources/views. -
Uses of JStache in io.jstach.opt.spring.example.message
Classes in io.jstach.opt.spring.example.message with annotations of type JStache -
Uses of JStache in io.jstach.opt.spring.webflux.example.hello
Classes in io.jstach.opt.spring.webflux.example.hello with annotations of type JStacheModifier and TypeClassDescriptionfinal record
Model using a resource template that is in src/main/resources/views. -
Uses of JStache in io.jstach.opt.spring.webflux.example.message
Classes in io.jstach.opt.spring.webflux.example.message with annotations of type JStache