Module gg.jte.models
Package gg.jte.models.runtime
Class StaticJteModel<OUTPUT extends TemplateOutput>
java.lang.Object
gg.jte.models.runtime.StaticJteModel<OUTPUT>
-
Constructor Summary
ConstructorsConstructorDescriptionStaticJteModel(ContentType contentType, BiConsumer<OUTPUT, HtmlInterceptor> renderer, String name, String packageName, int[] lineInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(TemplateOutput output) voidwriteTo(TemplateOutput output) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gg.jte.Content
isEmptyContent
-
Constructor Details
-
StaticJteModel
public StaticJteModel(ContentType contentType, BiConsumer<OUTPUT, HtmlInterceptor> renderer, String name, String packageName, int[] lineInfo)
-
-
Method Details