Uses of Interface
gg.jte.TemplateOutput
Packages that use TemplateOutput
Package
Description
-
Uses of TemplateOutput in gg.jte
Methods in gg.jte that return TemplateOutputModifier and TypeMethodDescriptionprivate TemplateOutputTemplateEngine.checkOutput(TemplateOutput templateOutput) Methods in gg.jte with parameters of type TemplateOutputModifier and TypeMethodDescriptionprivate TemplateOutputTemplateEngine.checkOutput(TemplateOutput templateOutput) voidTemplateEngine.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.generated.precompiled.dynamictemplates
Methods in gg.jte.generated.precompiled.dynamictemplates with parameters of type TemplateOutputModifier and TypeMethodDescriptionstatic voidJtekmainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, String interfaceName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtekmethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, TemplateDescription template) static voidJtemainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, String interfaceName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtemethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, TemplateDescription template) static voidJtekmainGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtekmethodGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtemainGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtemethodGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) -
Uses of TemplateOutput in gg.jte.generated.precompiled.interfacetemplates
Methods in gg.jte.generated.precompiled.interfacetemplates with parameters of type TemplateOutputModifier and TypeMethodDescriptionstatic voidJtekmainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtekmethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, TemplateDescription template) static voidJtemainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtemethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, TemplateDescription template) static voidJtekmainGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtekmethodGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtemainGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtemethodGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) -
Uses of TemplateOutput in gg.jte.generated.precompiled.statictemplates
Methods in gg.jte.generated.precompiled.statictemplates with parameters of type TemplateOutputModifier and TypeMethodDescriptionstatic voidJtekmainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, String interfaceName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtekmethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, JteConfig config, TemplateDescription template) static voidJtemainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, String interfaceName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtemethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, JteConfig config, TemplateDescription template) static voidJtekmainGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtekmethodGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtemainGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) static voidJtemethodGenerated.renderMap(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, Map<String, Object> params) -
Uses of TemplateOutput in gg.jte.html
Subinterfaces of TemplateOutput in gg.jte.htmlClasses in gg.jte.html that implement TemplateOutputModifier and TypeClassDescriptionclassprotected static classFields in gg.jte.html declared as TemplateOutputModifier and TypeFieldDescriptionprivate final TemplateOutputOwaspHtmlTemplateOutput.templateOutputMethods 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.escape
Methods in gg.jte.html.escape with parameters of type TemplateOutputModifier and TypeMethodDescriptionprivate static intEscape.flushAndEscape(String value, int lastIndex, int currentIndex, String escapeSequence, TemplateOutput output) private static voidEscape.flushRemaining(String value, TemplateOutput output, int lastIndex, int length) static voidEscape.htmlAttribute(String value, TemplateOutput output) static voidEscape.htmlContent(String value, TemplateOutput output) static voidEscape.javaScriptAttribute(String value, TemplateOutput output) static voidEscape.javaScriptBlock(String value, TemplateOutput output) -
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.models.generator
Classes in gg.jte.models.generator that implement TemplateOutputFields in gg.jte.models.generator declared as TemplateOutputConstructors in gg.jte.models.generator with parameters of type TemplateOutput -
Uses of TemplateOutput in gg.jte.models.runtime
Classes in gg.jte.models.runtime with type parameters of type TemplateOutputMethods in gg.jte.models.runtime with parameters of type TemplateOutputModifier and TypeMethodDescriptionprivate OUTPUTStaticJteModel.getOutput(TemplateOutput output) voidDynamicJteModel.render(TemplateOutput output) voidJteModel.render(TemplateOutput output) voidStaticJteModel.render(TemplateOutput output) voidDynamicJteModel.writeTo(TemplateOutput output) voidStaticJteModel.writeTo(TemplateOutput output) -
Uses of TemplateOutput in gg.jte.output
Classes in gg.jte.output that implement TemplateOutputModifier and TypeClassDescriptionclassclassclassfinal classUTF-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)