Package org.apache.commons.el
Class FunctionInvocation
java.lang.Object
org.apache.commons.el.Expression
org.apache.commons.el.FunctionInvocation
Represents a function call.
- Author:
- Shawn Bayern (in the style of Nathan's other classes)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
functionName
-
argumentList
-
-
Constructor Details
-
FunctionInvocation
Constructor
-
-
Method Details
-
getFunctionName
-
setFunctionName
-
getArgumentList
-
setArgumentList
-
getExpressionString
Returns the expression in the expression language syntax- Specified by:
getExpressionString
in classExpression
-
evaluate
public Object evaluate(javax.servlet.jsp.el.VariableResolver pResolver, javax.servlet.jsp.el.FunctionMapper functions, Logger pLogger) throws javax.servlet.jsp.el.ELException Evaluates by looking up the name in the VariableResolver- Specified by:
evaluate
in classExpression
- Throws:
javax.servlet.jsp.el.ELException
-