Class MailTemplateContentTransformerService
java.lang.Object
org.exoplatform.commons.notification.template.TemplateContentTransformerService
io.meeds.social.notification.service.MailTemplateContentTransformerService
@Service
public class MailTemplateContentTransformerService
extends org.exoplatform.commons.notification.template.TemplateContentTransformerService
-
Constructor Summary
ConstructorsConstructorDescriptionMailTemplateContentTransformerService(org.exoplatform.services.cache.CacheService cacheService) -
Method Summary
Modifier and TypeMethodDescriptionprocessDigest(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx) processGroovy(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx) protected Stringtransform(String value, org.exoplatform.commons.api.notification.service.template.TemplateContext ctx) Methods inherited from class org.exoplatform.commons.notification.template.TemplateContentTransformerService
getCacheKey, getSubject, processSubject
-
Constructor Details
-
MailTemplateContentTransformerService
public MailTemplateContentTransformerService(org.exoplatform.services.cache.CacheService cacheService)
-
-
Method Details
-
processGroovy
public String processGroovy(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx) - Overrides:
processGroovyin classorg.exoplatform.commons.notification.template.TemplateContentTransformerService
-
processDigest
public String processDigest(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx) - Overrides:
processDigestin classorg.exoplatform.commons.notification.template.TemplateContentTransformerService
-
transform
protected String transform(String value, org.exoplatform.commons.api.notification.service.template.TemplateContext ctx) - Overrides:
transformin classorg.exoplatform.commons.notification.template.TemplateContentTransformerService
-