Uses of Interface
org.jusecase.jte.TemplateOutput
-
Packages that use TemplateOutput Package Description org.jusecase.jte org.jusecase.jte.internal org.jusecase.jte.output org.jusecase.jte.support -
-
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 model, TemplateOutput output)Renders the template with the given name.voidTemplateEngine. renderLayout(String name, Map<String,Object> params, Map<String,String> layoutDefinitions, 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. -
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, HtmlTagSupport htmlTagSupport, Model model) -
Uses of TemplateOutput in org.jusecase.jte.output
Classes in org.jusecase.jte.output that implement TemplateOutput Modifier and Type Class Description classFileOutputclassPrintWriterOutputclassStringOutput -
Uses of TemplateOutput in org.jusecase.jte.support
Methods in org.jusecase.jte.support with parameters of type TemplateOutput Modifier and Type Method Description voidHtmlTagSupport. onHtmlAttributeStarted(String name, Map<String,Object> attributesBefore, TemplateOutput output)voidHtmlTagSupport. onHtmlTagClosed(String name, TemplateOutput output)voidHtmlTagSupport. onHtmlTagOpened(String name, Map<String,Object> attributes, TemplateOutput output)
-