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(FunctionMapper functions)
Returns the
Methodsupplied to the constructor. |
bindFunctions, evaluate, getArgumentList, getExpressionString, getFunctionName, setArgumentList, setFunctionNamepublic BoundFunctionInvocation(Method method, String functionName, List argumentList)
functionName - argumentList - protected Method resolveFunction(FunctionMapper functions) throws ELException
Methodsupplied to the constructor.resolveFunction in class FunctionInvocationfunctions - unusedMethod to executeELExceptionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.