public abstract class ContainerResolver extends Object implements IStringEvaluator
IStringEvaluator that can
navigate along a "." separated path in an expression.| Constructor and Description |
|---|
ContainerResolver() |
ContainerResolver(char separator) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(String expression,
IArgs args)
Evaluate an
expression according to the syntax used by the
implementor and return the result. |
IStringEvaluator |
getExceptionResolver() |
char |
getSeparator() |
void |
setExceptionResolver(IStringEvaluator exceptionResolver) |
public ContainerResolver()
public ContainerResolver(char separator)
public final 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.public IStringEvaluator getExceptionResolver()
public final char getSeparator()
public void setExceptionResolver(IStringEvaluator exceptionResolver)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.