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

All Known Implementing Classes:
DoubleConverter, FloatConverter, IntegerConverter, LongConverter, ShortConverter

public interface ClientConverter

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 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 © 2011 The Apache Software Foundation. All Rights Reserved.