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
Method supplied to the constructor. |
bindFunctions, evaluate, getArgumentList, getExpressionString, getFunctionName, setArgumentList, setFunctionName
protected Method resolveFunction(javax.servlet.jsp.el.FunctionMapper functions) throws javax.servlet.jsp.el.ELException
Method
supplied to the constructor.resolveFunction
in class FunctionInvocation
functions
- unusedMethod
to executejavax.servlet.jsp.el.ELException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.