Class FunctionInvocation
java.lang.Object
org.apache.taglibs.standard.lang.jstl.Expression
org.apache.taglibs.standard.lang.jstl.FunctionInvocation
Represents a function call.
- Author:
- Shawn Bayern (in the style of Nathan's other classes)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionInvocation
Constructor
-
-
Method Details
-
getFunctionName
-
setFunctionName
-
getArgumentList
-
setArgumentList
-
getExpressionString
Returns the expression in the expression language syntax- Specified by:
getExpressionStringin classExpression
-
evaluate
public Object evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) throws ELException Evaluates by looking up the name in the VariableResolver- Specified by:
evaluatein classExpression- Throws:
ELException
-