org.apache.tapestry.coerce
Class CharArrayToListConverter

java.lang.Object
  extended by org.apache.tapestry.coerce.CharArrayToListConverter
All Implemented Interfaces:
TypeConverter

public final class CharArrayToListConverter
extends Object
implements TypeConverter

Since:
4.0
Author:
Laurent ETIEMBLE, Howard M. Lewis Ship

Constructor Summary
CharArrayToListConverter()
           
 
Method Summary
 Object convertValue(Object value)
          Converts the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharArrayToListConverter

public CharArrayToListConverter()
Method Detail

convertValue

public Object convertValue(Object value)
Description copied from interface: TypeConverter
Converts the value.

Specified by:
convertValue in interface TypeConverter
Parameters:
value - the value to be converted (which may be null)
Returns:
the value converted to a specific type; different implementations of TypeConverter will return different types.


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.