public class ActivityContextAwareResolver extends Object implements IStringEvaluator
ScopedResolver attached to an
IActivityContext.ThreadContextAwareResolver| Constructor and Description |
|---|
ActivityContextAwareResolver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(IStringEvaluator pResolver) |
static IStringEvaluator |
add(String key,
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 IStringEvaluator add(String key, 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.