org.davesag.generica.servlet.form
Class LoginForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.action.DynaActionForm
org.apache.struts.validator.DynaValidatorForm
org.davesag.generica.servlet.form.LoginForm
- All Implemented Interfaces:
- DynaBean, Serializable
- public class LoginForm
- extends DynaValidatorForm
The LoginForm is pre-populates the username if as a convenience to the user
if they have just registered or requested their password.
- Since:
- Generica 1.0
- Version:
- CVS Revision $Id: LoginForm.java,v 1.5 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
LoginForm
public LoginForm()
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.