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 Summary
Modifier and TypeMethodDescriptionReturn the names of the soy template files.getPath()
Return the name of the resource path that contains the soy template files that are returned bygetFileNames()
.
-
Method Details
-
getPath
String getPath()Return the name of the resource path that contains the soy template files that are returned bygetFileNames()
.- Returns:
- resource path of the templates
-
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
-