org.springframework.web.struts
Class SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean

java.lang.Object
  extended by PropertyUtilsBean
      extended by org.springframework.web.struts.SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean
Enclosing class:
SpringBindingActionForm

private static class SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean
extends PropertyUtilsBean

Special subclass of PropertyUtilsBean that it is aware of SpringBindingActionForm and uses it for retrieving field values. The field values will be taken from the underlying POJO form object that the Spring Errors object was created for.


Constructor Summary
private SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean()
           
 
Method Summary
 java.lang.Object getNestedProperty(java.lang.Object bean, java.lang.String propertyPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean

private SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean()
Method Detail

getNestedProperty

public java.lang.Object getNestedProperty(java.lang.Object bean,
                                          java.lang.String propertyPath)
                                   throws java.lang.IllegalAccessException,
                                          java.lang.reflect.InvocationTargetException,
                                          java.lang.NoSuchMethodException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException