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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getFileNames()
Return the names of the soy template files.String
getPath()
Return the name of the resource path that contains the soy template files that are returned bygetFileNames()
.
-
-
-
Method Detail
-
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
-
-