Interface IEmailTemplate
-
- All Known Implementing Classes:
EmailTemplate
public interface IEmailTemplateFiles to be processed and returned to the requested parties. It is a template with $tokens to be used by the form/template processor.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTemplateName()booleaninit()booleanisHTML()intlength()java.lang.StringtoString()
-
-
-
Method Detail
-
init
boolean init()
-
getTemplateName
java.lang.String getTemplateName()
- Returns:
- Template Name in string form
-
isHTML
boolean isHTML()
- Returns:
- true if template is an html file, false otherwise
-
toString
java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- Returns:
- Content of the template
-
length
int length()
-
-