public class JbootActionReporterInvocation extends JbootActionInvocation
| 限定符和类型 | 字段和说明 |
|---|---|
protected static ThreadLocal<Boolean> |
controllerInvokeFlag |
protected static ThreadLocal<List<com.jfinal.aop.Interceptor>> |
invokedInterceptors |
action, args, builderManager, index, inters, returnValue, target| 构造器和说明 |
|---|
JbootActionReporterInvocation(com.jfinal.core.Action action,
com.jfinal.core.Controller controller) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
clear() |
com.jfinal.aop.Interceptor[] |
getInters() |
static List<com.jfinal.aop.Interceptor> |
getInvokedInterceptor() |
void |
invoke() |
static boolean |
isControllerInvoked() |
buildInterceptors, getActionKey, getArg, getArgs, getController, getControllerKey, getControllerPath, getMethod, getMethodName, getReturnValue, getTarget, getViewPath, isActionInvocation, setArg, setReturnValueprotected static ThreadLocal<List<com.jfinal.aop.Interceptor>> invokedInterceptors
protected static ThreadLocal<Boolean> controllerInvokeFlag
public JbootActionReporterInvocation(com.jfinal.core.Action action, com.jfinal.core.Controller controller)
public void invoke()
invoke 在类中 JbootActionInvocationpublic static List<com.jfinal.aop.Interceptor> getInvokedInterceptor()
public static boolean isControllerInvoked()
public static void clear()
public com.jfinal.aop.Interceptor[] getInters()
Copyright © 2024. All rights reserved.