Uses of Interface
org.jusecase.jte.TemplateOutput
-
Packages that use TemplateOutput Package Description org.jusecase.jte 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 model, TemplateOutput output)Renders the template 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, Model model) -
Uses of TemplateOutput in org.jusecase.jte.output
Classes in org.jusecase.jte.output that implement TemplateOutput Modifier and Type Class Description classFileOutputclassPrintWriterOutputclassStringOutputclassUtf8ArrayOutputclassUtf8StreamOutput
-