org.richfaces.validator
Interface GraphValidator

All Known Implementing Classes:
FacesBeanValidator

public interface GraphValidator

This interface should be implemented by the JSF Validator which able to validate entire graph.

Author:
asmirnov

Method Summary
 java.lang.String[] validateGraph(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value, java.lang.Object profiles)
           
 

Method Detail

validateGraph

java.lang.String[] validateGraph(javax.faces.context.FacesContext context,
                                 javax.faces.component.UIComponent component,
                                 java.lang.Object value,
                                 java.lang.Object profiles)
                                 throws javax.faces.validator.ValidatorException
Throws:
javax.faces.validator.ValidatorException


Copyright © 2009. All Rights Reserved.