Uses of Class
org.springframework.binding.value.support.AbstractDerivedValueModel

Packages that use AbstractDerivedValueModel
org.springframework.binding.value.support Supporting value model and value holder implementations. 
 

Uses of AbstractDerivedValueModel in org.springframework.binding.value.support
 

Subclasses of AbstractDerivedValueModel in org.springframework.binding.value.support
 class MessageFormatValueModel
          A value model that takes a set of "argument" ValueModels, formats their values into strings, and then inserts these formatted strings into the provided pattern at the appropriate places.
 class MethodInvokingDerivedValueModel
          A value model that derives it's value from the result of invoking a method.
 



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