public class ThreadContextAwareResolver extends Object implements IStringEvaluator
| Constructor and Description |
|---|
ThreadContextAwareResolver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(IStringEvaluator pResolver) |
Object |
evaluate(String expression,
IArgs args)
Evaluate an
expression according to the syntax used by the
implementor and return the result. |
static void |
remove(IStringEvaluator pResolver) |
public static void add(IStringEvaluator pResolver)
public static void remove(IStringEvaluator pResolver)
public Object evaluate(String expression, IArgs args) throws EvaluationException
IStringEvaluatorexpression according to the syntax used by the
implementor and return the result.evaluate in interface IStringEvaluatorexpression - The expression to evaluate.EvaluationException - If we encounter a compile or runtime error.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.