Class AbstractNotificationChildPlugin

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public abstract class AbstractNotificationChildPlugin
    extends BaseNotificationPlugin
    • Constructor Detail

      • AbstractNotificationChildPlugin

        public AbstractNotificationChildPlugin​(org.exoplatform.container.xml.InitParams initParams)
    • Method Detail

      • getParentPluginIds

        public List<String> getParentPluginIds()
        Gets the parents's id
        Returns:
      • getTemplateEngine

        public groovy.text.Template getTemplateEngine()
        Get TemplateEngine of plugin
        Returns:
        the TemplateEngine
      • setTemplateEngine

        public void setTemplateEngine​(groovy.text.Template engine)
        Set TemplateEngine for plugin
        Parameters:
        engine - the TemplateEngine to set
      • getTemplatePath

        public String getTemplatePath()
      • setTemplatePath

        public void setTemplatePath​(String templatePath)