|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.commons.jxpath.functions.MethodFunction
| Constructor Summary | |
MethodFunction(java.lang.reflect.Method method)
|
|
| Method Summary | |
java.lang.Object |
invoke(ExpressionContext context,
java.lang.Object[] parameters)
Computes the value of the function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MethodFunction(java.lang.reflect.Method method)
| Method Detail |
public java.lang.Object invoke(ExpressionContext context,
java.lang.Object[] parameters)
Function
invoke in interface Functioncontext - can be used to acquire the context in which the
function is being evaluted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||