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$, $Date$

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()