Class WebTemplateProvider

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.channel.template.TemplateProvider
org.exoplatform.news.notification.provider.WebTemplateProvider
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
Direct Known Subclasses:
PushTemplateProvider

public class WebTemplateProvider extends org.exoplatform.commons.api.notification.channel.template.TemplateProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static org.exoplatform.services.log.Log
     

    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, org.exoplatform.social.core.space.spi.SpaceService spaceService)
     
  • 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
  • Field Details

    • log

      protected static org.exoplatform.services.log.Log log
  • Constructor Details

    • WebTemplateProvider

      public WebTemplateProvider(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.social.core.space.spi.SpaceService spaceService)