org.springframework.config.java.valuesource
Class CompositeValueSource

java.lang.Object
  extended by org.springframework.config.java.valuesource.CompositeValueSource
All Implemented Interfaces:
ValueSource

public class CompositeValueSource
extends Object
implements ValueSource

Author:
Rod Johnson

Constructor Summary
CompositeValueSource()
           
 
Method Summary
 void add(ValueSource ps)
           
<T> T
resolve(String name, Class<?> requiredType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeValueSource

public CompositeValueSource()
Method Detail

add

public void add(ValueSource ps)

resolve

public <T> T resolve(String name,
                     Class<?> requiredType)
Specified by:
resolve in interface ValueSource
Parameters:
name - name of the property
requiredType - work around Java type erasure


Copyright � 2005-2008 Spring Framework. All Rights Reserved.