org.wings.template
Class DefaultPropertyValueConverter
java.lang.Object
org.wings.template.DefaultPropertyValueConverter
- All Implemented Interfaces:
- PropertyValueConverter
public class DefaultPropertyValueConverter
- extends Object
- implements PropertyValueConverter
- Author:
- Armin Haaf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DefaultPropertyValueConverter INSTANCE
DefaultPropertyValueConverter
public DefaultPropertyValueConverter()
convertPropertyValue
public Object convertPropertyValue(String value,
Class targetClass)
throws UnsupportedOperationException
- Describe
convertPropertyValue method here.
- Specified by:
convertPropertyValue in interface PropertyValueConverter
- Parameters:
value - an Object valuetargetClass - a Class value
- Returns:
-
- Throws:
UnsupportedOperationException - if an error occurs
UnsupportedOperationException -
wingS Swings ;-)