public class PropertiesBasedValueSource extends AbstractValueSource
ValueSource
implementation that wraps a Properties
instance,
and does a simple lookup of the entire expression string as the parameter for
Properties.getProperty(String)
, returning the result as the resolved
value.Constructor and Description |
---|
PropertiesBasedValueSource(java.util.Properties properties)
Wrap the specified
Properties object for use as a value source. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue(java.lang.String expression) |
addFeedback, addFeedback, clearFeedback, getFeedback
Copyright © 2013. All Rights Reserved.