|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
form package contains Form Beans that follow the Struts
standard form beans pattern.
See:
Description
| Class Summary | |
| GenericForm | The GenericForm is used as a general purpose data carrier that
passes off the actual work of form population to a
FormController specified in the ActionMapping parameter. |
| LoginForm | The LoginForm is pre-populates the username if as a convenience to the user if they have just registered or requested their password. |
| PasswordHelperForm | The PasswordHelperForm prepopulates the username if it exists in the request. |
| UploadForm | This class is a placeholder for form values. |
| UserProfileForm | The GenericForm is used as a general purpose data carrier that
passes off the actual work of form population to a
FormController specified in the ActionMapping parameter. |
| UserRegistrationForm | The UserRegistrationForm is used to check the validity of the user registration data. |
The form package contains Form Beans that follow the Struts
standard form beans pattern.
Where possible these forms extend the struts' DynaValidatingFormBean.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||