org.wings.template
Class DefaultPropertyValueConverter

java.lang.Object
  extended by org.wings.template.DefaultPropertyValueConverter
All Implemented Interfaces:
PropertyValueConverter

public class DefaultPropertyValueConverter
extends Object
implements PropertyValueConverter

Author:
Armin Haaf

Field Summary
static DefaultPropertyValueConverter INSTANCE
           
 
Constructor Summary
DefaultPropertyValueConverter()
           
 
Method Summary
 Object convertPropertyValue(String value, Class targetClass)
          Describe convertPropertyValue method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DefaultPropertyValueConverter INSTANCE
Constructor Detail

DefaultPropertyValueConverter

public DefaultPropertyValueConverter()
Method Detail

convertPropertyValue

public Object convertPropertyValue(String value,
                                   Class targetClass)
                            throws UnsupportedOperationException
Describe convertPropertyValue method here.

Specified by:
convertPropertyValue in interface PropertyValueConverter
Parameters:
value - an Object value
targetClass - a Class value
Returns:
Throws:
UnsupportedOperationException - if an error occurs
UnsupportedOperationException -


wingS Swings ;-)