net.smartlab.web.bean
Class CollectionConverter

java.lang.Object
  extended by net.smartlab.web.bean.Converter
      extended by net.smartlab.web.bean.CollectionConverter

public abstract class CollectionConverter
extends Converter

TODO documentation

Author:
rlogiacco

Constructor Summary
CollectionConverter()
          TODO documentation
 
Method Summary
 java.lang.Object toObject(java.lang.Object value, java.util.Locale locale)
          TODO documentation
 java.lang.String toString(java.lang.Object value, java.util.Locale locale)
          TODO documentation
 
Methods inherited from class net.smartlab.web.bean.Converter
convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionConverter

public CollectionConverter()
TODO documentation

Method Detail

toObject

public java.lang.Object toObject(java.lang.Object value,
                                 java.util.Locale locale)
                          throws ConversionException
TODO documentation

Parameters:
value -
locale -
Returns:
Throws:
ConversionException

toString

public java.lang.String toString(java.lang.Object value,
                                 java.util.Locale locale)
                          throws ConversionException
TODO documentation

Parameters:
value -
locale -
Returns:
Throws:
ConversionException


Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.