org.davesag.generica.servlet.form
Class PasswordHelperForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.action.DynaActionForm
org.apache.struts.validator.DynaValidatorForm
org.davesag.generica.servlet.form.PasswordHelperForm
- All Implemented Interfaces:
- DynaBean, Serializable
- public class PasswordHelperForm
- extends DynaValidatorForm
The PasswordHelperForm prepopulates the username if it exists in the request.
- Since:
- Generica 1.0
- Version:
- CVS Revision $Id: PasswordHelperForm.java,v 1.4 2004/03/30 10:12:58 norm Exp $
- Author:
- Dave Sag
http://www.davesag.com
- See Also:
- Serialized Form
| Methods inherited from class org.apache.struts.action.DynaActionForm |
contains, get, get, get, getDynaClass, getDynaProperty, getMap, initialize, isDynaAssignable, remove, reset, set, set, set, toString |
theUser
protected User theUser
PasswordHelperForm
public PasswordHelperForm()
reset
public void reset(ActionMapping map,
HttpServletRequest request)
- resets the username as a convenience for the user if the user bean is
lurking in the request.
- Parameters:
map - - unused by this method.request - - used to access the application context to get the
default timespan.
Dave Sag Generica API version 0.5.9 - (prerelease) Copyright © 2003 - 2004 Dave Sag.