|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.el.Expression
org.apache.commons.el.NamedValue
public class NamedValue
Represents a name that can be used as the first element of a value.
| Constructor Summary | |
|---|---|
NamedValue(String pName)
Constructor |
|
| Method Summary | |
|---|---|
Expression |
bindFunctions(javax.servlet.jsp.el.FunctionMapper functions)
Returns an expression with all FunctionInvocations replaced by
BoundFunctionInvocations. |
Object |
evaluate(javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions)
Evaluates by looking up the name in the VariableResolver |
String |
getExpressionString()
Returns the expression in the expression language syntax |
String |
getName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedValue(String pName)
| Method Detail |
|---|
public String getName()
public String getExpressionString()
getExpressionString in class Expression
public Object evaluate(javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions)
throws javax.servlet.jsp.el.ELException
evaluate in class Expressionjavax.servlet.jsp.el.ELException
public Expression bindFunctions(javax.servlet.jsp.el.FunctionMapper functions)
throws javax.servlet.jsp.el.ELException
ExpressionFunctionInvocations replaced by
BoundFunctionInvocations.
bindFunctions in class Expressionfunctions - the functions to use in this transformation
FunctionInvocations replaced by
BoundFunctionInvocations.
javax.servlet.jsp.el.ELException - if any of the functions in this Expression are
not present in functions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||