Uses of Interface
io.bootique.mvc.renderer.TemplateRenderer
-
Packages that use TemplateRenderer Package Description io.bootique.mvc io.bootique.mvc.renderer -
-
Uses of TemplateRenderer in io.bootique.mvc
Methods in io.bootique.mvc that return types with arguments of type TemplateRenderer Modifier and Type Method Description protected io.bootique.di.MapBuilder<String,TemplateRenderer>MvcModuleExtender. contributeRenderers()Methods in io.bootique.mvc with parameters of type TemplateRenderer Modifier and Type Method Description MvcModuleExtenderMvcModuleExtender. setRenderer(String templateExtension, TemplateRenderer renderer)Method parameters in io.bootique.mvc with type arguments of type TemplateRenderer Modifier and Type Method Description MvcModuleExtenderMvcModuleExtender. setRenderer(String templateExtension, Class<? extends TemplateRenderer> rendererType) -
Uses of TemplateRenderer in io.bootique.mvc.renderer
Methods in io.bootique.mvc.renderer that return TemplateRenderer Modifier and Type Method Description TemplateRendererByExtensionTemplateRenderers. getRenderer(Template template)TemplateRendererTemplateRenderers. getRenderer(Template template)Constructor parameters in io.bootique.mvc.renderer with type arguments of type TemplateRenderer Constructor Description ByExtensionTemplateRenderers(Map<String,TemplateRenderer> renderersByExtension)
-