Class TemplateServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<TemplateEngineConfiguration>
com.flowable.template.engine.impl.runtime.TemplateServiceImpl
All Implemented Interfaces:
TemplateService

public class TemplateServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<TemplateEngineConfiguration>
implements TemplateService
The template service implements methods supporting the creation and rendering of TemplateVariationModel. For the rendering part, it uses registered TemplateProcessor mapped to types for the lookup.
Author:
Micha Kiener