Class WebTemplateProvider

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

public class WebTemplateProvider extends org.exoplatform.commons.api.notification.channel.template.TemplateProvider
  • 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.ExoContainer container, 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.ExoContainer container, org.exoplatform.container.xml.InitParams initParams)