fr.hyphonem.conges.forms
Class LoginForm
java.lang.Object
org.apache.struts.action.ActionForm
fr.hyphonem.conges.forms.LoginForm
- All Implemented Interfaces:
- java.io.Serializable
public class LoginForm
- extends org.apache.struts.action.ActionForm
- Author:
- Stephane Gauchet pour Hyphonem
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary |
LoginForm()
Constructor for AbsForm. |
Method Summary |
java.lang.String |
getLogin()
|
java.lang.String |
getPassword()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
setLogin(java.lang.String string)
|
void |
setPassword(java.lang.String string)
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginForm
public LoginForm()
- Constructor for AbsForm.
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset all properties to their default values.
- Overrides:
reset
in class org.apache.struts.action.ActionForm
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
validate
in class org.apache.struts.action.ActionForm
getLogin
public java.lang.String getLogin()
- Returns:
- login
getPassword
public java.lang.String getPassword()
- Returns:
- password
setLogin
public void setLogin(java.lang.String string)
- Parameters:
string
-
setPassword
public void setPassword(java.lang.String string)
- Parameters:
string
-
Copyright © 2004-2007 Hyphonem. All Rights Reserved.