Class FormMailing


  • public class FormMailing
    extends Form
    Author:
    pvandermaesen
    • Constructor Detail

      • FormMailing

        public FormMailing()
    • Method Detail

      • getFormRegister

        public static FormMailing getFormRegister​(javax.servlet.http.HttpSession session)
      • getJSP

        public String getJSP()
        Description copied from class: Form
        get the JSP for render the form
        Overrides:
        getJSP in class Form
        Returns:
        See Also:
        Form.getJSP()
      • getFieldPattern

        public String[][] getFieldPattern()
        Description copied from class: Form
        define a pattern for all field. the first col is field name, the second is the pattern.
        Specified by:
        getFieldPattern in class Form
        See Also:
        Form.getFieldPattern()