org.springframework.binding.form.support
Class NestedPropertyChangeListener.StringConverter

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.form.support.NestedPropertyChangeListener.StringConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter
Enclosing class:
NestedPropertyChangeListener

public static final class NestedPropertyChangeListener.StringConverter
extends Object
implements org.apache.commons.beanutils.Converter


Constructor Summary
NestedPropertyChangeListener.StringConverter()
           
 
Method Summary
 Object convert(Class type, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedPropertyChangeListener.StringConverter

public NestedPropertyChangeListener.StringConverter()
Method Detail

convert

public Object convert(Class type,
                      Object value)
Specified by:
convert in interface org.apache.commons.beanutils.Converter


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.