org.apache.myfaces.custom.clientvalidation.common
Interface ClientValidator

All Known Implementing Classes:
DoubleRangeValidator, LengthValidator, LongRangeValidator

public interface ClientValidator

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
cagatay (latest modification by $Author: skitching $)

Method Summary
 java.lang.String getScriptFunction()
          Returns the signature of the validator script function
 java.lang.String getScriptResource()
          Returns the resource file containing the script to be included
 

Method Detail

getScriptFunction

java.lang.String getScriptFunction()
Returns the signature of the validator script function

Returns:
Script method signature

getScriptResource

java.lang.String getScriptResource()
Returns the resource file containing the script to be included

Returns:
Path to Script Resource


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.