org.apache.myfaces.convert.ex
Class DoubleConverter

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

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

Constructor Detail

DoubleConverter

public DoubleConverter()
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.