ValueSource
public class MapBasedValueSource extends AbstractValueSource
Constructor | Description |
---|---|
MapBasedValueSource(java.util.Map values) |
Construct a new value source to wrap the supplied map.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getValue(java.lang.String expression) |
Lookup the supplied expression as a key in the wrapped Map, and return
its value.
|
addFeedback, addFeedback, clearFeedback, getFeedback
Copyright © 2018. All rights reserved.