Package gg.jte

Class TemplateEngine

java.lang.Object
gg.jte.TemplateEngine

public final class TemplateEngine extends Object
jte is a simple, yet powerful template engine for Java. All jte templates are compiled to Java class files, meaning jte adds essentially zero overhead to your application. jte is designed to introduce as few new keywords as possible and builds upon existing Java features, so that it is very easy to reason about what a template does.
Read more at the official documentation