public class EBeforeInvocation
extends com.jfinal.aop.Invocation
| 构造器和说明 |
|---|
EBeforeInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation,
com.jfinal.aop.Interceptor[] inters,
Object[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getArg(int index) |
Object[] |
getArgs() |
Method |
getMethod() |
String |
getMethodName() |
<T> T |
getTarget() |
void |
invoke() |
void |
setArg(int index,
Object value) |
public EBeforeInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation,
com.jfinal.aop.Interceptor[] inters,
Object[] args)
public void invoke()
invoke 在类中 com.jfinal.aop.Invocationpublic Method getMethod()
getMethod 在类中 com.jfinal.aop.Invocationpublic String getMethodName()
getMethodName 在类中 com.jfinal.aop.Invocationpublic <T> T getTarget()
getTarget 在类中 com.jfinal.aop.Invocationpublic Object getArg(int index)
getArg 在类中 com.jfinal.aop.Invocationpublic void setArg(int index,
Object value)
setArg 在类中 com.jfinal.aop.Invocationpublic Object[] getArgs()
getArgs 在类中 com.jfinal.aop.InvocationCopyright © 2020. All rights reserved.