org.apache.myfaces.convert.ex
Class IntegerConverter

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

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

Constructor Detail

IntegerConverter

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