public class BoundFunctionInvocation extends FunctionInvocation
FunctionInvocation which is bound
to a particular Method. A bound function does
not require a FunctionMapper to be evaluated.| Constructor and Description |
|---|
BoundFunctionInvocation(Method method,
String functionName,
List argumentList) |
| Modifier and Type | Method and Description |
|---|---|
protected Method |
resolveFunction(javax.servlet.jsp.el.FunctionMapper functions)
Returns the
Methodsupplied to the constructor. |
bindFunctions, evaluate, getArgumentList, getExpressionString, getFunctionName, setArgumentList, setFunctionNameprotected Method resolveFunction(javax.servlet.jsp.el.FunctionMapper functions) throws javax.servlet.jsp.el.ELException
Methodsupplied to the constructor.resolveFunction in class FunctionInvocationfunctions - unusedMethod to executejavax.servlet.jsp.el.ELExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.