Uses of Interface
io.jstach.jstachio.spi.JStachioFilter.FilterChain
Packages that use JStachioFilter.FilterChain
-
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.FilterChainAbstractJStachio.loadFilter(Object model, TemplateInfo template) Loads the filter and checks if it can process the model and template.static JStachioFilter.FilterChainJStachioFilter.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.