org.mvel2.util
Class MethodStub
java.lang.Object
org.mvel2.util.MethodStub
- All Implemented Interfaces:
- Serializable
public class MethodStub
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodStub
public MethodStub()
MethodStub
public MethodStub(Method method)
MethodStub
public MethodStub(Class classReference,
String methodName)
getClassReference
public Class getClassReference()
setClassReference
public void setClassReference(Class classReference)
getMethodName
public String getMethodName()
setMethodName
public void setMethodName(String methodName)
getMethod
public Method getMethod()
call
public Object call(Object ctx,
Object thisCtx,
VariableResolverFactory factory,
Object[] parameters)
throws IllegalAccessException,
InvocationTargetException
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2011. All Rights Reserved.