org.springframework.config.java.valuesource
Class MessageSourceValueSource
java.lang.Object
org.springframework.config.java.valuesource.AbstractStringBasedValueSource
org.springframework.config.java.valuesource.MessageSourceValueSource
- All Implemented Interfaces:
- ValueSource
public class MessageSourceValueSource
- extends AbstractStringBasedValueSource
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageSourceValueSource
public MessageSourceValueSource(MessageSource messageSource)
- 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.