Uses of Interface
io.jstach.jstachio.spi.JStachioFilter.FilterChain
Package
Description
JStachio Service Provider extension points API.
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 JStachioFilter.FilterChain in io.jstach.jstachio.spi
Modifier and TypeMethodDescriptionJStachioFilter.filter
(TemplateInfo template, JStachioFilter.FilterChain previous) Advises or filters a previously created filter.protected final JStachioFilter.FilterChain
AbstractJStachio.loadFilter
(Object model, TemplateInfo template) Loads the filter and checks if it can process the model and template.static JStachioFilter.FilterChain
JStachioFilter.FilterChain.of
(JStachioFilter filter, TemplateInfo template) Create the filter chain from the filter and a template by resolving the first filter.Modifier and TypeMethodDescriptionJStachioFilter.filter
(TemplateInfo template, JStachioFilter.FilterChain previous) Advises or filters a previously created filter.static Template<?>
JStachioFilter.FilterChain.toTemplate
(JStachioFilter.FilterChain chain, TemplateInfo templateInfo) Converts the filter chain into a template if it is not already one. -
Uses of JStachioFilter.FilterChain in io.jstach.opt.dropwizard.example
-
Uses of JStachioFilter.FilterChain in io.jstach.opt.spring.example.hello
Modifier and TypeClassDescriptionclass
Generated Renderer.class
Generated Renderer. -
Uses of JStachioFilter.FilterChain in io.jstach.opt.spring.example.message
-
Uses of JStachioFilter.FilterChain in io.jstach.opt.spring.webflux.example.hello
-
Uses of JStachioFilter.FilterChain in io.jstach.opt.spring.webflux.example.message