Uses of Class
io.bootique.mvc.MvcModuleExtender
-
Packages that use MvcModuleExtender Package Description io.bootique.mvc -
-
Uses of MvcModuleExtender in io.bootique.mvc
Methods in io.bootique.mvc that return MvcModuleExtender Modifier and Type Method Description static MvcModuleExtenderMvcModule. extend(io.bootique.di.Binder binder)Returns an instance ofMvcModuleExtenderused by downstream modules to load custom extensions to the MvcModule.MvcModuleExtenderMvcModuleExtender. initAllExtensions()MvcModuleExtenderMvcModuleExtender. setRenderer(String templateExtension, TemplateRenderer renderer)MvcModuleExtenderMvcModuleExtender. setRenderer(String templateExtension, Class<? extends TemplateRenderer> rendererType)
-