| Interface | Description |
|---|---|
| TemplateParser |
Interface definition for a template parser.
|
| Class | Description |
|---|---|
| BaseFreemarkerTemplateParser |
Base implementation of a freemarker template parser.
|
| FreemarkerTemplateOnClasspathParser |
An implementation of
BaseFreemarkerTemplateParser that will parse freemarker templates located on the classpath. |
| FreemarkerTemplateOnFilesystemParser |
An implementation of
BaseFreemarkerTemplateParser that will parse freemarker templates located on the filesystem. |
| Exception | Description |
|---|---|
| TemplateParseException |
Exception thrown if an error occurs while parsing a template.
|