Uses of Class
io.mangoo.exceptions.MangooTemplateEngineException
-
Packages that use MangooTemplateEngineException Package Description io.mangoo.email io.mangoo.templating -
-
Uses of MangooTemplateEngineException in io.mangoo.email
Methods in io.mangoo.email that throw MangooTemplateEngineException Modifier and Type Method Description MailMail. htmlMessage(String template, Map<String,Object> content)Adds html message text which uses a given template and content to renderMailMail. textMessage(String template, Map<String,Object> content)Adds plain message text which uses a given template and content to render -
Uses of MangooTemplateEngineException in io.mangoo.templating
Methods in io.mangoo.templating that throw MangooTemplateEngineException Modifier and Type Method Description StringTemplateEngine. renderException(io.undertow.server.HttpServerExchange exchange, Throwable cause, boolean templateException)StringTemplateEngine. renderTemplate(TemplateContext context)
-