|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.jot.web.ctrl.JOTController
net.jot.web.ctrl.JOTFormValidationController
public abstract class JOTFormValidationController
Generic class you can extend to create a formValidation Controller
| Field Summary |
|---|
| Fields inherited from class net.jot.web.ctrl.JOTController |
|---|
filterChain, filterConfig, request, response, RESULT_COMPLETED, RESULT_FAILURE, RESULT_FORBIDDEN, RESULT_SUCCESS, RESULT_VALIDATION_FAILURE, session |
| Constructor Summary | |
|---|---|
JOTFormValidationController()
|
|
| Method Summary | |
|---|---|
java.lang.String |
process()
Returns the form validation results. |
java.util.Hashtable |
validateForm(JOTForm form)
Calls the form validate() method |
| Methods inherited from class net.jot.web.ctrl.JOTController |
|---|
getDataHolder, getForm, init, validatePermissions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JOTFormValidationController()
| Method Detail |
|---|
public java.util.Hashtable validateForm(JOTForm form)
form -
public java.lang.String process()
throws java.lang.Exception
process in class JOTControllerjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||