Uses of Interface
org.springframework.binding.value.DerivedValueModel

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

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

Classes in org.springframework.binding.value.support that implement DerivedValueModel
 class AbstractDerivedValueModel
          Abstract base class for value models that derive their value from one or more "source" value model.
 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.
 class TypeConverter
          A value model wrapper that supports converting the wrapped value to and from another type using the supplied conversion Closures.
 



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