Interface IEmailTemplate
-
public interface IEmailTemplate
Files 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.String
getTemplateName()
boolean
init()
boolean
isHTML()
int
length()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
- Returns:
- Content of the template
-
length
int length()
-
-