org.apache.commons.el

Class NamedValue

public class NamedValue extends Expression

Represents a name that can be used as the first element of a value.

Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $

Author: Nathan Abramson - Art Technology Group Shawn Bayern

Field Summary
StringmName
Constructor Summary
NamedValue(String pName)
Constructor
Method Summary
Objectevaluate(VariableResolver pResolver, FunctionMapper functions, Logger pLogger)
Evaluates by looking up the name in the VariableResolver
StringgetExpressionString()
Returns the expression in the expression language syntax
StringgetName()

Field Detail

mName

String mName

Constructor Detail

NamedValue

public NamedValue(String pName)
Constructor

Method Detail

evaluate

public Object evaluate(VariableResolver pResolver, FunctionMapper functions, Logger pLogger)
Evaluates by looking up the name in the VariableResolver

getExpressionString

public String getExpressionString()
Returns the expression in the expression language syntax

getName

public String getName()
Copyright (c) 2001-2002 - Apache Software Foundation