org.apache.beehive.netui.util.type
Class BaseTypeConverter

Object
  extended by BaseTypeConverter
Direct Known Subclasses:
DelegatingTypeConverter

public class BaseTypeConverter
extends Object

Default implementation of the TypeConverter interface.


Constructor Summary
BaseTypeConverter()
           
 
Method Summary
 Object convertToObject(Class type, String value, Locale locale)
          Convert the String to a type, optinally using the given locale.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTypeConverter

public BaseTypeConverter()
Method Detail

convertToObject

public Object convertToObject(Class type,
                              String value,
                              Locale locale)
Convert the String to a type, optinally using the given locale.