public class NamedValue extends Expression
Represents a name that can be used as the first element of a value.
| Modifier and Type | Field | Description |
|---|---|---|
(package private) java.lang.String |
mName |
| Constructor | Description |
|---|---|
NamedValue(java.lang.String pName) |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
evaluate(javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions,
Logger pLogger) |
Evaluates by looking up the name in the VariableResolver
|
java.lang.String |
getExpressionString() |
Returns the expression in the expression language syntax
|
java.lang.String |
getName() |
public java.lang.String getName()
public java.lang.String getExpressionString()
getExpressionString in class Expressionpublic java.lang.Object evaluate(javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions,
Logger pLogger)
throws javax.servlet.jsp.el.ELException
evaluate in class Expressionjavax.servlet.jsp.el.ELExceptionCopyright (c) 2001-2002 - Apache Software Foundation