org.jboss.seam.examples.booking.account
Class ConfirmPasswordValidator
java.lang.Object
org.jboss.seam.examples.booking.account.ConfirmPasswordValidator
- All Implemented Interfaces:
- EventListener, javax.faces.validator.Validator
public class ConfirmPasswordValidator
- extends Object
- implements javax.faces.validator.Validator
Validate that both the password fields contain the same value. Implements the classic password change validation.
- Author:
- Lincoln Baxter, III
| Fields inherited from interface javax.faces.validator.Validator |
NOT_IN_RANGE_MESSAGE_ID |
|
Method Summary |
void |
validate(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent form,
Object components)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfirmPasswordValidator
public ConfirmPasswordValidator()
validate
public void validate(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent form,
Object components)
throws javax.faces.validator.ValidatorException
- Specified by:
validate in interface javax.faces.validator.Validator
- Throws:
javax.faces.validator.ValidatorException
Copyright © 2012 Seam Framework. All Rights Reserved.