Package edu.cornell.mannlib.vitro.webapp.services.freemarker
-
Interface Summary Interface Description FreemarkerProcessingService Provide the ability to process a Freemarker template outside of the context of a FreemarkerHttpServlet. -
Class Summary 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 Summary Exception Description FreemarkerProcessingService.TemplateParsingException Template parser detected a problem.FreemarkerProcessingService.TemplateProcessingException Indicates a failure to render the given template with the given data.