Uses of Class
org.jusecase.jte.TemplateException
-
Packages that use TemplateException Package Description org.jusecase.jte -
-
Uses of TemplateException in org.jusecase.jte
Methods in org.jusecase.jte that throw TemplateException Modifier and Type Method Description voidTemplateEngine. render(String name, Object model, TemplateOutput output)Renders the template with the given name.voidTemplateEngine. renderLayout(String name, Map<String,Object> params, Map<String,String> layoutDefinitions, TemplateOutput output)Renders a layout with the given name.voidTemplateEngine. renderTag(String name, Map<String,Object> params, TemplateOutput output)Renders a tag with the given name.
-