com.netscape.certsrv.notification
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: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 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 class java.lang.Object
Returns:
Content of the template

length

int length()