Uses of Class
org.ploin.pmf.entity.TemplateConfig

Packages that use TemplateConfig
org.ploin.pmf In this package contains the interfaces. 
org.ploin.pmf.impl This package contains the interface implementations. 
 

Uses of TemplateConfig in org.ploin.pmf
 

Methods in org.ploin.pmf with parameters of type TemplateConfig
 String IMailReader.getHtmlMail(TemplateConfig templateConfig)
          This method returns the html-mail-template to the mailName as String.
 String IMailFactory.getHtmlMessage(TemplateConfig templateConfig)
          This method tries to find a HTML template file with the given name in the templateConfig, fills it with the values from the map and returns the filled template.
 String IMailReader.getPlainMail(TemplateConfig templateConfig)
          This method returns the plain-mail template as String for a given mailName.
 String IMailFactory.getPlainMessage(TemplateConfig templateConfig)
          This method tries to find a plain-text template file with the given name in the templateConfig, fills it with the values from the map and returns the filled template.
 void IPropertiesLoader.replaceVariables(TemplateConfig templateConfig)
          This method replaces all variables with keys like "${variable}" in the map of the templateConfig with values found in the mail.properties having the key "variable".
 SendingResult IMailFactory.sendMail(MailConfig mailConfig, TemplateConfig templateConfig)
          This is the main method.
 SendingResult IMailFactory.sendMailWithContent(MailConfig mailConfig, TemplateConfig templateConfig, String plainReplaced, String htmlReplaced)
          This method sends an e-mail with the given plainReplaced content and htmlReplaced content.
 

Uses of TemplateConfig in org.ploin.pmf.impl
 

Methods in org.ploin.pmf.impl with parameters of type TemplateConfig
 String MailReader.getHtmlMail(TemplateConfig templateConfig)
           
 String MailFactory.getHtmlMessage(TemplateConfig templateConfig)
           
 String MailReader.getPlainMail(TemplateConfig templateConfig)
           
 String MailFactory.getPlainMessage(TemplateConfig templateConfig)
           
 void PropertiesLoader.replaceVariables(TemplateConfig templateConfig)
           
 SendingResult MailFactory.sendMail(MailConfig mailConfig, TemplateConfig templateConfig)
           
 SendingResult MailFactory.sendMailWithContent(MailConfig mailConfig, TemplateConfig templateConfig, String plainReplaced, String htmlReplaced)
           
 

Constructors in org.ploin.pmf.impl with parameters of type TemplateConfig
SecondThreadSending(IMailSender mailSender, IPropertiesLoader propertiesLoader, MailConfig mailConfig, TemplateConfig templateConfig, Map<String,String> map, String plainReplaced, String htmlReplaced)
           
 



Copyright © 2012 PLOIN GmbH. All Rights Reserved.