org.springframework.binding.form.support
Class TestPropertyAccessStrategy

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.support.AbstractPropertyAccessStrategy
      extended by org.springframework.binding.support.BeanPropertyAccessStrategy
          extended by org.springframework.binding.form.support.TestPropertyAccessStrategy
All Implemented Interfaces:
org.springframework.binding.MutablePropertyAccessStrategy, org.springframework.binding.PropertyAccessStrategy

public class TestPropertyAccessStrategy
extends org.springframework.binding.support.BeanPropertyAccessStrategy


Constructor Summary
TestPropertyAccessStrategy(Object bean)
           
 
Method Summary
 org.springframework.binding.value.ValueModel getPropertyValueModel(String propertyPath)
           
 String lastRequestedValueModel()
           
 int numValueModelRequests()
           
 
Methods inherited from class org.springframework.binding.support.BeanPropertyAccessStrategy
domainObjectChanged, getBeanWrapper, getPropertyAccessor, getPropertyAccessStrategyForPath, newPropertyAccessStrategy
 
Methods inherited from class org.springframework.binding.support.AbstractPropertyAccessStrategy
getAllUserMetadataFor, getDomainObject, getDomainObjectHolder, getFullPropertyPath, getLastPropertySeparatorIndex, getMetadataAccessStrategy, getParentPropertyPath, getPropertyName, getPropertyValue, getUserMetadataFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPropertyAccessStrategy

public TestPropertyAccessStrategy(Object bean)
Method Detail

getPropertyValueModel

public org.springframework.binding.value.ValueModel getPropertyValueModel(String propertyPath)
                                                                   throws BeansException
Specified by:
getPropertyValueModel in interface org.springframework.binding.MutablePropertyAccessStrategy
Overrides:
getPropertyValueModel in class org.springframework.binding.support.AbstractPropertyAccessStrategy
Throws:
BeansException

numValueModelRequests

public int numValueModelRequests()

lastRequestedValueModel

public String lastRequestedValueModel()


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