Interface MailSoyTemplateProvider


  • public interface MailSoyTemplateProvider
    Extension point to provide soy templates that should be registered so that they can be used for sending emails from a plugin.
    • Method Detail

      • getPath

        String getPath()
        Return the name of the resource path that contains the soy template files that are returned by getFileNames().
        Returns:
        resource path of the templates
      • getFileNames

        Set<String> getFileNames()
        Return the names of the soy template files.

        These files are expected to exist in the resource path that is returned by getPath().

        Returns:
        names of the template files, including the .soy file extension