org.apache.myfaces.convert.ex
Class ShortConverter

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

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

Constructor Detail

ShortConverter

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