| Class | Description |
|---|---|
| AbstractTemplateEngine |
A template is responsible for converting a model into a rendered document.
|
| DelegatingTemplateEngine |
A template which is responsible for delegating to a supported template engine,
based on the file extension.
|
| FreemarkerTemplateEngine |
Renders pages using the Freemarker template engine.
|
| FreemarkerTemplateEngine.LazyLoadingModel |
A custom Freemarker model that avoids loading the whole documents into memory if not neccessary.
|
| GroovyTemplateEngine |
Renders documents using a Groovy template engine.
|
| TemplateEngines |
A singleton class giving access to rendering engines.
|
| ThymeleafTemplateEngine |
A template engine which renders pages using Thymeleaf.
|
| Exception | Description |
|---|---|
| RenderingException |
Thrown if rendering of a document failed.
|
Copyright © 2014. All Rights Reserved.