public class NamedValue extends Expression
Represents a name that can be used as the first element of a value.
| Constructor and Description |
|---|
NamedValue(String pName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Object pContext,
VariableResolver pResolver,
Map functions,
String defaultPrefix,
Logger pLogger)
Evaluates by looking up the name in the VariableResolver
|
String |
getExpressionString()
Returns the expression in the expression language syntax
|
String |
getName() |
public NamedValue(String pName)
public String getName()
public String getExpressionString()
getExpressionString in class Expressionpublic Object evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) throws ELException
evaluate in class ExpressionELExceptionCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.