org.apache.myfaces.convert.ex
Class FloatConverter

java.lang.Object
  extended by javax.faces.convert.FloatConverter
      extended by org.apache.myfaces.convert.ex.FloatConverter
All Implemented Interfaces:
javax.faces.convert.Converter, ClientConverter

public class FloatConverter
extends javax.faces.convert.FloatConverter
implements ClientConverter

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

Field Summary
 
Fields inherited from class javax.faces.convert.FloatConverter
CONVERTER_ID
 
Constructor Summary
FloatConverter()
           
 
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
 
Methods inherited from class javax.faces.convert.FloatConverter
getAsObject, getAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatConverter

public FloatConverter()
Method Detail

getScriptFunction

public java.lang.String getScriptFunction()
Description copied from interface: ClientConverter
Returns the signature of the converter script function

Specified by:
getScriptFunction in interface ClientConverter
Returns:
Script method signature

getScriptResource

public java.lang.String getScriptResource()
Description copied from interface: ClientConverter
Returns the resource file containing the script to be included

Specified by:
getScriptResource in interface ClientConverter
Returns:
Path to Script Resource


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