ch.ige.edossier.web.struts
Class LoginForm
java.lang.Object
org.apache.struts.action.ActionForm
ch.ige.edossier.web.struts.LoginForm
- All Implemented Interfaces:
- java.io.Serializable
- public class LoginForm
- extends org.apache.struts.action.ActionForm
B32.03 - eDossier-Interceptions - Diplomarbeit an der Software-Schule Schweiz
MUSS-ZIEL [M1] - Login Authentifizierung (Pflichtenheft b32.03_PF_eDossier.pdf, Seite 16)
Die Klasse LoginForm ist die Datenhaltung der login.jsp.
Copyright (c) 2004, Eidgenössisches Institut für Geistiges Eigentum
- Version:
- $Id: LoginForm.java,v 1.9 2004/10/22 01:58:23 bouquet Exp $
- Author:
- Anita Rueegsegger, Marc Bouquet
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
|
Method Summary |
java.lang.String |
getTxfEmail()
|
java.lang.String |
getTxfPW()
|
void |
reset(org.apache.struts.action.ActionMapping actionMapping,
javax.servlet.http.HttpServletRequest httpServletRequest)
Diese Methode setzt die Eingabedaten auf der JSP zurück in den Defaultwert |
void |
setTxfEmail(java.lang.String txfEmail)
|
void |
setTxfPW(java.lang.String txfPW)
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping actionMapping,
javax.servlet.http.HttpServletRequest httpServletRequest)
Diese Methode prüft die eingegeben Daten auf der JSP und fügt diese im Fehlerfall in die
ActionErrors. |
| 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()
getTxfEmail
public java.lang.String getTxfEmail()
setTxfEmail
public void setTxfEmail(java.lang.String txfEmail)
getTxfPW
public java.lang.String getTxfPW()
setTxfPW
public void setTxfPW(java.lang.String txfPW)
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping actionMapping,
javax.servlet.http.HttpServletRequest httpServletRequest)
- Diese Methode prüft die eingegeben Daten auf der JSP und fügt diese im Fehlerfall in die
ActionErrors.
- Parameters:
actionMapping - ActionMappinghttpServletRequest - HttpServletRequest
- Returns:
- ActionErrors
reset
public void reset(org.apache.struts.action.ActionMapping actionMapping,
javax.servlet.http.HttpServletRequest httpServletRequest)
- Diese Methode setzt die Eingabedaten auf der JSP zurück in den Defaultwert
- Parameters:
actionMapping - ActionMappinghttpServletRequest - HttpServletRequest