public final class ForgotPasswordForm extends LibraryForm
libraryManager| Constructor and Description | 
|---|
ForgotPasswordForm()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClassName()  | 
String | 
getEmail()  | 
String | 
getUid()  | 
void | 
reset(org.apache.struts.action.ActionMapping mapping,
     javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. 
 | 
void | 
setEmail(String email)  | 
void | 
setUid(String uid)  | 
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. | 
setLibraryManagerpublic String getClassName()
getClassName in class LibraryFormpublic String getEmail()
public void setEmail(String email)
public String getUid()
public void setUid(String uid)
public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormmapping - The mapping used to select this instancerequest - The servlet request we are processingpublic 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.ActionFormmapping - The mapping used to select this instancerequest - The servlet request we are processingCopyright © 2003-2017 The Virtual Library Team. All Rights Reserved.