org.springframework.config.java.valuesource
Class PropertiesValueSource

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

public class PropertiesValueSource
extends AbstractStringBasedValueSource

Author:
Rod Johnson

Constructor Summary
PropertiesValueSource(Properties properties)
           
 
Method Summary
 String getString(String name)
           
 
Methods inherited from class org.springframework.config.java.valuesource.AbstractStringBasedValueSource
resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesValueSource

public PropertiesValueSource(Properties properties)
Parameters:
properties -
Method Detail

getString

public String getString(String name)
                 throws ValueResolutionException
Specified by:
getString in class AbstractStringBasedValueSource
Throws:
ValueResolutionException


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