com.jtri.struts
Class LongConverter

java.lang.Object
  extended bycom.jtri.struts.LongConverter
All Implemented Interfaces:
FormConverter

public class LongConverter
extends java.lang.Object
implements FormConverter

Converter Between Long and String

Author:
atorres

Constructor Summary
LongConverter()
           
LongConverter(java.lang.Long nullValue)
           
 
Method Summary
 java.lang.Object convert(java.lang.Class type, java.lang.Object value)
           
 java.lang.Class fromClass()
           
 java.lang.Class toClass()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongConverter

public LongConverter()

LongConverter

public LongConverter(java.lang.Long nullValue)
Method Detail

convert

public java.lang.Object convert(java.lang.Class type,
                                java.lang.Object value)

fromClass

public java.lang.Class fromClass()
Specified by:
fromClass in interface FormConverter

toClass

public java.lang.Class toClass()
Specified by:
toClass in interface FormConverter