View Javadoc

1   /*
2    * $Id: IFormatterTask.java,v 1.1 2007/11/29 12:58:13 oeuillot Exp $
3    */
4   package org.rcfaces.core.validator;
5   
6   /**
7    * 
8    * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9    * @version $Revision: 1.1 $ $Date: 2007/11/29 12:58:13 $
10   */
11  public interface IFormatterTask extends IClientValidatorTask {
12  
13      String applyFormatter(IClientValidatorContext context, String value);
14  }