Class ForgotPassword

    • Constructor Detail

      • ForgotPassword

        public ForgotPassword()
    • Method Detail

      • input

        public String input()
                     throws Exception
        Overrides:
        input in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • validate

        public void validate()
        Ensure the user has entered a valid data
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • isMailServerConfigured

        public boolean isMailServerConfigured()