Uses of Class
org.alfresco.service.cmr.repository.TemplateException
Packages that use TemplateException
-
Uses of TemplateException in org.alfresco.repo.processor
Methods in org.alfresco.repo.processor that throw TemplateExceptionModifier and TypeMethodDescriptionTemplateServiceImpl.processTemplate(String template, Object model) voidTemplateServiceImpl.processTemplate(String template, Object model, Writer out) TemplateServiceImpl.processTemplate(String engine, String template, Object model) voidTemplateServiceImpl.processTemplate(String engine, String template, Object model, Writer out) TemplateServiceImpl.processTemplate(String engine, String template, Object model, Locale locale) TemplateServiceImpl.processTemplateString(String engine, String template, Object model) voidTemplateServiceImpl.processTemplateString(String engine, String template, Object model, Writer out) -
Uses of TemplateException in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that throw TemplateExceptionModifier and TypeMethodDescriptionTemplateService.processTemplate(String template, Object model) Process a template against the upplied data model and return the result as a string.voidTemplateService.processTemplate(String template, Object model, Writer out) Process a template against the supplied data model and write to the out.TemplateService.processTemplate(String engine, String template, Object model) Process a template against the supplied data model and write to the out.voidTemplateService.processTemplate(String engine, String template, Object model, Writer out) Process a template against the supplied data model and write to the out.TemplateService.processTemplate(String engine, String templateRef, Object model, Locale locale) Process a template using the supplied locale against the supplied data model and write to the out.TemplateService.processTemplateString(String engine, String template, Object model) Process a given template, provided as a string, against the supplied data model and return the result as a StringvoidTemplateService.processTemplateString(String engine, String template, Object model, Writer out) Process a given template, provided as a string, against the supplied data model and report the result back in the provided writer.