Interface IEmailTemplate

All Known Implementing Classes:
EmailTemplate

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 Details

    • init

      boolean init()
    • getTemplateName

      String getTemplateName()
      Returns:
      Template Name in string form
    • isHTML

      boolean isHTML()
      Returns:
      true if template is an html file, false otherwise
    • toString

      String toString()
      Overrides:
      toString in class Object
      Returns:
      Content of the template
    • length

      int length()