org.richfaces.validator
Interface GraphValidator
public interface GraphValidator
This interface should be implemented by the JSF Validator
which able to validate entire graph.
- Author:
- asmirnov
validateGraph
Collection<String> validateGraph(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value,
Class<?>[] groups)
throws javax.faces.validator.ValidatorException
- Throws:
javax.faces.validator.ValidatorException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.