com.sun.rave.web.ui.util
Class TypeConverter.StringTypeConversion

java.lang.Object
  extended by com.sun.rave.web.ui.util.TypeConverter.StringTypeConversion
All Implemented Interfaces:
TypeConversion
Enclosing class:
TypeConverter

public static class TypeConverter.StringTypeConversion
extends java.lang.Object
implements TypeConversion


Constructor Summary
TypeConverter.StringTypeConversion()
           
 
Method Summary
 java.lang.Object convertValue(java.lang.Object value)
           Converts the provided value to the type represented by the implementor if this interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverter.StringTypeConversion

public TypeConverter.StringTypeConversion()
Method Detail

convertValue

public java.lang.Object convertValue(java.lang.Object value)
Description copied from interface: TypeConversion

Converts the provided value to the type represented by the implementor if this interface.

Specified by:
convertValue in interface TypeConversion