View Javadoc

1   /*
2    * $Id: IClientValidator.java,v 1.18 2011/06/16 09:29:40 jbmeslin Exp $
3    * 
4    */
5   package org.rcfaces.core.component;
6   
7   import javax.faces.validator.Validator;
8   
9   /**
10   * @author Olivier Oeuillot (latest modification by $Author: jbmeslin $)
11   * @version $Revision: 1.18 $ $Date: 2011/06/16 09:29:40 $
12   */
13  public interface IClientValidator extends Validator {
14      String getExpression();
15  }