Uses of Class
gg.jte.TemplateException
Packages that use TemplateException
-
Uses of TemplateException in gg.jte
Subclasses of TemplateException in gg.jteMethods in gg.jte that throw TemplateExceptionModifier and TypeMethodDescriptionTemplateEngine.getParamInfo(String name) Obtain parameter information about a specific template.TemplateEngine.reloadPrecompiled(TemplateEngine precompiler) Useful, if this engine is in precompiled mode (probably production) but you still want to be able to apply a hotfix without deployment.TemplateEngine.reloadPrecompiled(Path classDirectory) Useful, if this engine is in precompiled mode (probably production) but you still want to be able to apply a hotfix without deployment.voidTemplateEngine.render(String name, Object param, TemplateOutput output) Renders the template with the given name.voidRenders the template with the given name.