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