Uses of Class
gg.jte.TemplateException
-
Packages that use TemplateException Package Description gg.jte -
-
Uses of TemplateException in gg.jte
Methods in gg.jte that throw TemplateException Modifier and Type Method Description Map<String,Class<?>>TemplateEngine. getParamInfo(String name)Obtain parameter information about a specific template.voidTemplateEngine. render(String name, Object param, TemplateOutput output)Renders the template with the given name.voidTemplateEngine. render(String name, Map<String,Object> params, TemplateOutput output)Renders the template with the given name.voidTemplateEngine. renderLayout(String name, Map<String,Object> params, 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.
-