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

    Constructors
    Constructor
    Description
    MailTemplateContentTransformerService(org.exoplatform.services.cache.CacheService cacheService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    processDigest(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx)
     
    processGroovy(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx)
     
    protected String
    transform(String value, org.exoplatform.commons.api.notification.service.template.TemplateContext ctx)
     

    Methods inherited from class org.exoplatform.commons.notification.template.TemplateContentTransformerService

    getCacheKey, getSubject, processSubject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      processGroovy in class org.exoplatform.commons.notification.template.TemplateContentTransformerService
    • processDigest

      public String processDigest(org.exoplatform.commons.api.notification.service.template.TemplateContext ctx)
      Overrides:
      processDigest in class org.exoplatform.commons.notification.template.TemplateContentTransformerService
    • transform

      protected String transform(String value, org.exoplatform.commons.api.notification.service.template.TemplateContext ctx)
      Overrides:
      transform in class org.exoplatform.commons.notification.template.TemplateContentTransformerService