Class WebTemplateProvider

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.channel.template.TemplateProvider
org.exoplatform.social.notification.channel.template.WebTemplateProvider
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class WebTemplateProvider extends org.exoplatform.commons.api.notification.channel.template.TemplateProvider
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Dec 14, 2014
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
    Template builder for likes The same builder it used for both like activity and like comment.
  • Field Summary

    Fields inherited from class org.exoplatform.commons.api.notification.channel.template.TemplateProvider

    CHANNEL_ID_KEY, templateBuilders, templateFilePaths

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebTemplateProvider(org.exoplatform.container.xml.InitParams initParams)
     
  • Method Summary

    Methods inherited from class org.exoplatform.commons.api.notification.channel.template.TemplateProvider

    getChannelKey, getTemplateBuilder, getTemplateFilePathConfigs

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebTemplateProvider

      public WebTemplateProvider(org.exoplatform.container.xml.InitParams initParams)