Class LostPasswordForm

java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.customer.LostPasswordForm
All Implemented Interfaces:
Serializable

public class LostPasswordForm extends BaseForm
Struts form class for submissions for the system to email a lost password to a customer. Used for requests to "/LostPassword.do".

The validate method of this class checks for the existance of the userName property.

Author:
David Tobey
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

      static org.apache.commons.logging.Log log
    • userName

      private String userName
    • csrfToken

      private String csrfToken
  • Constructor Details

    • LostPasswordForm

      public LostPasswordForm()
  • Method Details

    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getCsrfToken

      public String getCsrfToken()
    • setCsrfToken

      public void setCsrfToken(String csrfToken)
    • 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