public interface IStringEvaluatorSupport
IStringEvaluator.| Modifier and Type | Method and Description |
|---|---|
IStringEvaluator |
getStringEvaluator()
An
IStringEvaluator that allows to evaluate expressions on the
receiver. |
IStringEvaluator getStringEvaluator()
IStringEvaluator that allows to evaluate expressions on the
receiver.
The evaluator should be defined in terms of the most basic building
blocks. This means you should get an expression evaluation object here
(understands "foo.bar"), not a template evaluation object (understands
"${foo} makes ${bar}").IStringEvaluator that allows to evaluate expressions
on the receiver.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.