|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormListener
Listens for form creation and form submit events.
The listener needs to process each event swiftly and must not block the application.
Copyright Enough Software 2008
| Method Summary | |
|---|---|
String |
verifyInitialFormValue(String formAction,
String name,
String value)
Verifies the initial value for a HTML form element. |
String |
verifySubmitFormValue(String formAction,
String name,
String value)
Verifies the submission value for a HTML form element. |
| Method Detail |
|---|
String verifyInitialFormValue(String formAction,
String name,
String value)
formAction - the target URL of the corresponding HTML formname - the name of the form elementvalue - the original value that should be used for the form element, can be null
String verifySubmitFormValue(String formAction,
String name,
String value)
formAction - the target URL of the corresponding HTML formname - the name of the form elementvalue - the original value that should be used for the form element, can be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||