Class EmailTemplate

java.lang.Object
com.netscape.cmscore.notification.EmailTemplate
All Implemented Interfaces:
IEmailTemplate

public class EmailTemplate extends Object implements 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$
Author:
cfu
  • Field Details

    • logger

      public static org.slf4j.Logger logger
    • mFileContents

      public String mFileContents
  • Constructor Details

    • EmailTemplate

      public EmailTemplate(String templatePath)
      Default Constructor
      Parameters:
      templatePath - File name of the template including the full path and file extension
  • Method Details