Uses of Interface
io.jstach.jstachio.spi.JStachioFilter.FilterChain
Packages that use 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
Methods in io.jstach.jstachio.spi that return JStachioFilter.FilterChainModifier 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.Methods in io.jstach.jstachio.spi with parameters of type JStachioFilter.FilterChainModifier 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
Classes in io.jstach.opt.dropwizard.example that implement JStachioFilter.FilterChain -
Uses of JStachioFilter.FilterChain in io.jstach.opt.spring.example.hello
Classes in io.jstach.opt.spring.example.hello that implement JStachioFilter.FilterChainModifier and TypeClassDescriptionclass
Generated Renderer.class
Generated Renderer. -
Uses of JStachioFilter.FilterChain in io.jstach.opt.spring.example.message
Classes in io.jstach.opt.spring.example.message that implement JStachioFilter.FilterChain -
Uses of JStachioFilter.FilterChain in io.jstach.opt.spring.webflux.example.hello
Classes in io.jstach.opt.spring.webflux.example.hello that implement JStachioFilter.FilterChain -
Uses of JStachioFilter.FilterChain in io.jstach.opt.spring.webflux.example.message
Classes in io.jstach.opt.spring.webflux.example.message that implement JStachioFilter.FilterChain