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

All Known Implementing Classes:
DoubleConverter, FloatConverter, IntegerConverter

public interface ClientConverter

Version:
$Revision: 503726 $ $Date: 2007-02-05 16:39:28 +0100 (Mo, 05 Feb 2007) $
Author:
cagatay (latest modification by $Author: cagatay $)

Method Summary
 java.lang.String getScriptFunction()
          Returns the signature of the converter 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 converter 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 © 2010. All Rights Reserved.