|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMailReader
Description: This Interface offers methods for reading the template files.
$LastChangedBy: r.reiz $
| Method Summary | |
|---|---|
String |
getDirectory()
Returns the directory where the email-templates and the clients are in. |
String |
getHtmlExtension()
returns the html extension. |
String |
getHtmlMail(TemplateConfig templateConfig)
This method returns the html-mail-template to the mailName as String. |
String |
getPlainExtension()
returns the plain extension. |
String |
getPlainMail(TemplateConfig templateConfig)
This method returns the plain-mail template as String for a given mailName. |
void |
setDirectory(String directory)
Set teh directory where the email-templates and the clients are in. |
void |
setHtmlExtension(String htmlExtension)
Set the html extension. |
void |
setPlainExtension(String plainExtendsion)
Set the plain extension. |
| Method Detail |
|---|
String getPlainMail(TemplateConfig templateConfig)
throws MailFactoryException
templateConfig - containing client, locale, template-name and map.
Exception
MailFactoryException
String getHtmlMail(TemplateConfig templateConfig)
throws MailFactoryException
templateConfig - containing client, locale, template-name and map.
Exception
MailFactoryExceptionString getDirectory()
void setDirectory(String directory)
directory - String getHtmlExtension()
void setHtmlExtension(String htmlExtension)
htmlExtension - String getPlainExtension()
void setPlainExtension(String plainExtendsion)
plainExtendsion -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||