Class AddressFormRegister


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

      • AddressFormRegister

        public AddressFormRegister()
    • Method Detail

      • getFormRegister

        public static AddressFormRegister 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()
      • isValid

        public boolean isValid()
        Overrides:
        isValid in class Form