Uses of Interface
gg.jte.TemplateOutput
-
Packages that use TemplateOutput Package Description gg.jte gg.jte.html gg.jte.html.support gg.jte.output gg.jte.runtime -
-
Uses of TemplateOutput in gg.jte
Methods in gg.jte with parameters of type TemplateOutput Modifier and Type Method Description voidTemplateEngine. render(java.lang.String name, java.lang.Object param, TemplateOutput output)Renders the template with the given name.voidTemplateEngine. render(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> params, TemplateOutput output)Renders the template with the given name.voidContent. writeTo(TemplateOutput output) -
Uses of TemplateOutput in gg.jte.html
Subinterfaces of TemplateOutput in gg.jte.html Modifier and Type Interface Description interfaceHtmlTemplateOutputClasses in gg.jte.html that implement TemplateOutput Modifier and Type Class Description classOwaspHtmlTemplateOutputSee https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.htmlMethods in gg.jte.html with parameters of type TemplateOutput Modifier and Type Method Description protected OwaspHtmlTemplateOutputOwaspHtmlTemplateOutput. newInstance(TemplateOutput output)Override in case of subclassing.voidHtmlInterceptor. onHtmlTagClosed(java.lang.String name, TemplateOutput output)voidHtmlInterceptor. onHtmlTagOpened(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> attributes, TemplateOutput output)default voidHtmlContent. writeTo(TemplateOutput output)Constructors in gg.jte.html with parameters of type TemplateOutput Constructor Description OwaspHtmlTemplateOutput(TemplateOutput templateOutput) -
Uses of TemplateOutput in gg.jte.html.support
Methods in gg.jte.html.support with parameters of type TemplateOutput Modifier and Type Method Description voidCssClasses. writeTo(TemplateOutput output) -
Uses of TemplateOutput in gg.jte.output
Classes in gg.jte.output that implement TemplateOutput Modifier and Type Class Description classFileOutputclassPrintWriterOutputclassStringOutputclassUtf8ByteOutputHeavily optimized UTF-8 template output, designed to be CPU and memory friendly.classWriterOutput -
Uses of TemplateOutput in gg.jte.runtime
Methods in gg.jte.runtime with parameters of type TemplateOutput Modifier and Type Method Description voidTemplate. render(TemplateOutput output, HtmlInterceptor htmlInterceptor, java.lang.Object param)voidTemplate. renderMap(TemplateOutput output, HtmlInterceptor htmlInterceptor, java.util.Map<java.lang.String,java.lang.Object> params)
-