Package org.javlo.component.form
Class FormMailing
- java.lang.Object
-
- org.javlo.component.form.Form
-
- org.javlo.component.form.FormMailing
-
public class FormMailing extends Form
- Author:
- pvandermaesen
-
-
Constructor Summary
Constructors Constructor Description FormMailing()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String[][]
getFieldPattern()
define a pattern for all field. the first col is field name, the second is the pattern.static FormMailing
getFormRegister(javax.servlet.http.HttpSession session)
String
getJSP()
get the JSP for render the form-
Methods inherited from class org.javlo.component.form.Form
clear, getCurrentSessionForm, getErrorMessage, getFields, getHelpMessage, getMessage, getSpecialSessionForm, getValue, isSaved, isValid, isValid, setHelpMessage, setSaved, setValue, setValues, setValues
-
-
-
-
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 classForm
- 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 classForm
- See Also:
Form.getFieldPattern()
-
-