Package org.jusecase.jte.internal
Interface Template<Model>
-
public interface Template<Model>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(TemplateOutput output, HtmlTagSupport htmlTagSupport, Model model)
-
-
-
Method Detail
-
render
void render(TemplateOutput output, HtmlTagSupport htmlTagSupport, Model model)
-
-