Interface IEmailFormProcessor


  • public interface IEmailFormProcessor
    formulates the final email. Escape character '\' is understood. '$' is used preceeding a token name. A token name should not be a substring of any other token name

    Version:
    $Revision$, $Date$
    • Method Detail

      • getEmailContent

        java.lang.String getEmailContent​(java.lang.String form,
                                         java.util.Hashtable<java.lang.String,​java.lang.Object> tok2vals)
      • formContent

        java.lang.String formContent​(java.util.Vector<java.lang.String> vec)
        takes a vector of strings and concatenate them
      • log

        void log​(int level,
                 java.lang.String msg)
        logs an entry in the log file.