public class PasswordResetForm
extends org.apache.struts.action.ActionForm
Constructor and Description |
---|
PasswordResetForm() |
Modifier and Type | Method and Description |
---|---|
String |
getConfirmPwd() |
String |
getPwd() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setConfirmPwd(String confirmPwd) |
void |
setPwd(String pwd) |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set from this HTTP request,
and return an
ActionErrors object that encapsulates any
validation errors that have been found. |
public String getConfirmPwd()
public void setConfirmPwd(String confirmPwd)
public String getPwd()
public void setPwd(String pwd)
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.validate
in class org.apache.struts.action.ActionForm
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingCopyright © 2003-2017 The Virtual Library Team. All Rights Reserved.