Uses of Interface
gg.jte.TemplateOutput
Packages that use TemplateOutput
-
Uses of TemplateOutput in gg.jte
Methods in gg.jte with parameters of type TemplateOutputModifier and TypeMethodDescriptionvoidTemplateEngine.render(String name, Object param, TemplateOutput output) Renders the template with the given name.voidRenders the template with the given name.voidContent.writeTo(TemplateOutput output) -
Uses of TemplateOutput in gg.jte.html
Subinterfaces of TemplateOutput in gg.jte.htmlClasses in gg.jte.html that implement TemplateOutputModifier and TypeClassDescriptionclassprotected static classMethods in gg.jte.html with parameters of type TemplateOutputModifier and TypeMethodDescriptionvoidHtmlInterceptor.onHtmlTagClosed(String name, TemplateOutput output) voidHtmlInterceptor.onHtmlTagOpened(String name, Map<String, Object> attributes, TemplateOutput output) default voidHtmlContent.writeTo(TemplateOutput output) Constructors in gg.jte.html with parameters of type TemplateOutput -
Uses of TemplateOutput in gg.jte.html.support
Methods in gg.jte.html.support with parameters of type TemplateOutput -
Uses of TemplateOutput in gg.jte.output
Classes in gg.jte.output that implement TemplateOutputModifier and TypeClassDescriptionclassclassclassfinal classHeavily optimized UTF-8 template output, designed to be CPU and memory friendly.class -
Uses of TemplateOutput in gg.jte.runtime
Methods in gg.jte.runtime with parameters of type TemplateOutputModifier and TypeMethodDescriptionvoidTemplate.render(TemplateOutput output, HtmlInterceptor htmlInterceptor, Object param) voidTemplate.renderMap(TemplateOutput output, HtmlInterceptor htmlInterceptor, Map<String, Object> params)