Uses of Class
io.mangoo.templating.TemplateContext
-
Packages that use TemplateContext Package Description io.mangoo.templating -
-
Uses of TemplateContext in io.mangoo.templating
Methods in io.mangoo.templating that return TemplateContext Modifier and Type Method Description TemplateContextTemplateContext. addContent(String name, Object object)TemplateContextTemplateContext. withAuthenticity(Session session)TemplateContextTemplateContext. withAuthenticityForm(Session session)TemplateContextTemplateContext. withController(String controller)TemplateContextTemplateContext. withFlash(Flash flash)TemplateContextTemplateContext. withForm(Form form)TemplateContextTemplateContext. withMessages(Messages messages)TemplateContextTemplateContext. withPrettyTime(Locale locale)TemplateContextTemplateContext. withSession(Session session)TemplateContextTemplateContext. withTemplatePath(String path)Methods in io.mangoo.templating with parameters of type TemplateContext Modifier and Type Method Description StringTemplateEngine. renderTemplate(TemplateContext context)
-