org.richfaces.example
Class PasswordValidationBean
java.lang.Object
org.richfaces.example.PasswordValidationBean
- All Implemented Interfaces:
- Serializable, Cloneable
public class PasswordValidationBean
- extends Object
- implements Cloneable, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordValidationBean
public PasswordValidationBean()
isPasswordsEquals
@AssertTrue(message="Different passwords entered!")
public boolean isPasswordsEquals()
storeNewPassword
public void storeNewPassword()
setPassword
public void setPassword(String password)
setConfirm
public void setConfirm(String confirm)
getPassword
public String getPassword()
getConfirm
public String getConfirm()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.