org.jboss.seam.ui.validator
Class ModelValidator
java.lang.Object
org.jboss.seam.ui.validator.ModelValidator
- All Implemented Interfaces:
- EventListener, javax.faces.validator.Validator
public class ModelValidator
- extends Object
- implements javax.faces.validator.Validator
Validates model using Bean Validation annotations .
- Author:
- Gavin King, Jacob Hookom
Fields inherited from interface javax.faces.validator.Validator |
NOT_IN_RANGE_MESSAGE_ID |
Method Summary |
void |
validate(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelValidator
public ModelValidator()
validate
public void validate(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object value)
throws javax.faces.validator.ValidatorException
- Specified by:
validate
in interface javax.faces.validator.Validator
- Throws:
javax.faces.validator.ValidatorException
Copyright © 2013 Seam Framework. All Rights Reserved.