| Interface | Description |
|---|---|
| FreemarkerProcessingService |
Provide the ability to process a Freemarker template outside of the context
of a FreemarkerHttpServlet.
|
| Class | Description |
|---|---|
| FreemarkerProcessingServiceImpl |
An implementation of the FreemarkerProcessingService.
|
| FreemarkerProcessingServiceSetup |
This would be used to create and publish such a service, but for now we can
simply create a fresh copy every time someone asks for one.
|
| Exception | Description |
|---|---|
| FreemarkerProcessingService.TemplateParsingException |
Template parser detected a problem.
|
| FreemarkerProcessingService.TemplateProcessingException |
Indicates a failure to render the given template with the given data.
|
Copyright © 2016. All rights reserved.