Uses of Interface
io.jstach.jstachio.TemplateConfig
Packages that use TemplateConfig
Package
Description
JStachio Core Runtime API.
JStachio Service Provider extension points API.
We statically configure all annotated JStache in this package to follow the builtin
dropwizard config.
Spring Boot Webmvc starter
Spring Boot MVC application using JStachio.
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 TemplateConfig in io.jstach.jstachio
Methods in io.jstach.jstachio that return TemplateConfigModifier and TypeMethodDescriptionstatic TemplateConfig
TemplateConfig.empty()
A config with no provided collaborators. -
Uses of TemplateConfig in io.jstach.jstachio.spi
Methods in io.jstach.jstachio.spi with parameters of type TemplateConfigModifier and TypeMethodDescriptionTemplates.findTemplates
(ServiceLoader<TemplateProvider> serviceLoader, TemplateConfig templateConfig, Consumer<ServiceConfigurationError> errorHandler) Find templates by the given service loader.TemplateProvider.provideTemplates
(TemplateConfig templateConfig) Provides a list of instantiated renderers. -
Uses of TemplateConfig in io.jstach.opt.dropwizard.example
Constructors in io.jstach.opt.dropwizard.example with parameters of type TemplateConfigModifierConstructorDescriptionExampleModelRenderer
(TemplateConfig templateConfig) Renderer constructor using config. -
Uses of TemplateConfig in io.jstach.opt.spring.boot.webmvc
Methods in io.jstach.opt.spring.boot.webmvc that return TemplateConfigModifier and TypeMethodDescriptionJStachioConfiguration.templateConfig()
The default template config is empty and will let each template resolve its own config.Methods in io.jstach.opt.spring.boot.webmvc with parameters of type TemplateConfigModifier and TypeMethodDescriptionJStachioConfiguration.templateFinder
(JStachioConfig config, TemplateConfig templateConfig) Resolve template finder configsJStachioConfiguration.templatesByServiceLoader
(TemplateConfig templateConfig) Templates found with the service loader -
Uses of TemplateConfig in io.jstach.opt.spring.example
Methods in io.jstach.opt.spring.example with parameters of type TemplateConfigModifier and TypeMethodDescriptionTemplateCatalog.provideTemplates
(TemplateConfig templateConfig) -
Uses of TemplateConfig in io.jstach.opt.spring.example.hello
Constructors in io.jstach.opt.spring.example.hello with parameters of type TemplateConfigModifierConstructorDescriptionHelloModelAndViewView
(TemplateConfig templateConfig) Renderer constructor using config.HelloModelView
(TemplateConfig templateConfig) Renderer constructor using config. -
Uses of TemplateConfig in io.jstach.opt.spring.example.message
Constructors in io.jstach.opt.spring.example.message with parameters of type TemplateConfigModifierConstructorDescriptionMessagePageRenderer
(TemplateConfig templateConfig) Renderer constructor using config. -
Uses of TemplateConfig in io.jstach.opt.spring.webflux.example.hello
Constructors in io.jstach.opt.spring.webflux.example.hello with parameters of type TemplateConfigModifierConstructorDescriptionHelloModelView
(TemplateConfig templateConfig) Renderer constructor using config. -
Uses of TemplateConfig in io.jstach.opt.spring.webflux.example.message
Constructors in io.jstach.opt.spring.webflux.example.message with parameters of type TemplateConfigModifierConstructorDescriptionMessagePageRenderer
(TemplateConfig templateConfig) Renderer constructor using config.