Uses of Interface
org.jusecase.jte.TemplateOutput
-
Packages that use TemplateOutput Package Description org.jusecase.jte org.jusecase.jte.html org.jusecase.jte.internal org.jusecase.jte.output -
-
Uses of TemplateOutput in org.jusecase.jte
Methods in org.jusecase.jte with parameters of type TemplateOutput Modifier and Type Method Description voidTemplateEngine. render(String name, Object param, TemplateOutput output)Renders the template with the given name.voidTemplateEngine. render(String name, Map<String,Object> params, TemplateOutput output)Renders the template with the given name.voidTemplateEngine. renderLayout(String name, Map<String,Object> params, TemplateOutput output)Renders a layout with the given name.voidTemplateEngine. renderTag(String name, Map<String,Object> params, TemplateOutput output)Renders a tag with the given name.voidContent. writeTo(TemplateOutput output) -
Uses of TemplateOutput in org.jusecase.jte.html
Subinterfaces of TemplateOutput in org.jusecase.jte.html Modifier and Type Interface Description interfaceHtmlTemplateOutputClasses in org.jusecase.jte.html that implement TemplateOutput Modifier and Type Class Description classOwaspHtmlTemplateOutputSee https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.htmlMethods in org.jusecase.jte.html with parameters of type TemplateOutput Modifier and Type Method Description voidHtmlInterceptor. onHtmlAttributeStarted(String name, Map<String,Object> attributesBefore, TemplateOutput output)voidHtmlInterceptor. onHtmlTagClosed(String name, TemplateOutput output)voidHtmlInterceptor. onHtmlTagOpened(String name, Map<String,Object> attributes, TemplateOutput output)default voidHtmlContent. writeTo(TemplateOutput output)Constructors in org.jusecase.jte.html with parameters of type TemplateOutput Constructor Description OwaspHtmlTemplateOutput(TemplateOutput templateOutput) -
Uses of TemplateOutput in org.jusecase.jte.internal
Methods in org.jusecase.jte.internal with parameters of type TemplateOutput Modifier and Type Method Description voidTemplate. render(TemplateOutput output, HtmlInterceptor htmlInterceptor, Object param)voidTemplate. renderMap(TemplateOutput output, HtmlInterceptor htmlInterceptor, Map<String,Object> params) -
Uses of TemplateOutput in org.jusecase.jte.output
Classes in org.jusecase.jte.output that implement TemplateOutput Modifier and Type Class Description classFileOutputclassPrintWriterOutputclassStringOutput
-