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) -
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(Model model, TemplateOutput output) -
Uses of TemplateOutput in org.jusecase.jte.output
Classes in org.jusecase.jte.output that implement TemplateOutput Modifier and Type Class Description classFileOutputclassPrintWriterOutputclassStringOutputclassUtf8ArrayOutputclassUtf8FileOutputclassUtf8StreamOutput
-