org.jboss.seam.util
Class Conversions.LongConverter

java.lang.Object
  extended by org.jboss.seam.util.Conversions.LongConverter
All Implemented Interfaces:
Conversions.Converter<Long>
Enclosing class:
Conversions

public static class Conversions.LongConverter
extends Object
implements Conversions.Converter<Long>


Constructor Summary
Conversions.LongConverter()
           
 
Method Summary
 Long toObject(Conversions.PropertyValue value, Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conversions.LongConverter

public Conversions.LongConverter()
Method Detail

toObject

public Long toObject(Conversions.PropertyValue value,
                     Type type)
Specified by:
toObject in interface Conversions.Converter<Long>


Copyright © 2011 Seam Framework. All Rights Reserved.