public class EditPasswordForm extends BaseValidatorForm
| Constructor and Description |
|---|
EditPasswordForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmPassword()
Getter for property confirmPassword.
|
String |
getCurrentPassword()
Getter for property currentPassword.
|
Integer |
getId()
Getter for property id.
|
String |
getNewPassword()
Getter for property newPassword.
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setConfirmPassword(String confirmPassword)
Setter for property confirmPassword.
|
void |
setCurrentPassword(String currentPassword)
Setter for property currentPassword.
|
void |
setId(Integer id)
Setter for property id.
|
void |
setNewPassword(String newPassword)
Setter for property newPassword.
|
String |
toString() |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Only validate if 1) the form's ok or okassign button was clicked and 2) the mapping specifies an input form to
return to.
|
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, setUserset, shouldValidategetPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResultspublic void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class BaseValidatorFormpublic org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
BaseValidatorFormvalidate in class BaseValidatorFormpublic String toString()
toString in class BaseValidatorFormpublic String getNewPassword()
public void setNewPassword(String newPassword)
newPassword - New value of property newPassword.public String getConfirmPassword()
public void setConfirmPassword(String confirmPassword)
confirmPassword - New value of property confirmPassword.public String getCurrentPassword()
public void setCurrentPassword(String currentPassword)
currentPassword - New value of property currentPassword.public Integer getId()
public void setId(Integer id)
id - New value of property id.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.