org.springframework.config.java.valuesource
Class PropertiesValueSource
java.lang.Object
org.springframework.config.java.valuesource.AbstractStringBasedValueSource
org.springframework.config.java.valuesource.PropertiesValueSource
- All Implemented Interfaces:
- ValueSource
public class PropertiesValueSource
- extends AbstractStringBasedValueSource
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesValueSource
public PropertiesValueSource(Properties properties)
- Parameters:
properties
-
getString
public String getString(String name)
throws ValueResolutionException
- Specified by:
getString
in class AbstractStringBasedValueSource
- Throws:
ValueResolutionException
Copyright � 2005-2008 Spring Framework. All Rights Reserved.