类 ActionInterceptorHandler
java.lang.Object
org.ifinalframework.aop.interceptor.AbsOperationInterceptorHandlerSupport
org.ifinalframework.monitor.handler.AbsMonitorOperationInterceptorHandlerSupport
org.ifinalframework.monitor.handler.ActionInterceptorHandler
- 所有已实现的接口:
InterceptorHandler<OperationActionHandler,,org.springframework.core.annotation.AnnotationAttributes> JoinPointInterceptorHandler<OperationActionHandler,,org.springframework.core.annotation.AnnotationAttributes> OperationHandlerSupport,MonitorOperationHandlerSupport
public class ActionInterceptorHandler
extends AbsMonitorOperationInterceptorHandlerSupport
implements JoinPointInterceptorHandler<OperationActionHandler,org.springframework.core.annotation.AnnotationAttributes>
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- ilikly
- 另请参阅:
-
OperationAction
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidhandle(OperationActionHandler executor, InvocationContext context, org.springframework.core.annotation.AnnotationAttributes annotation, Object result, Throwable throwable) org.ifinalframework.core.aop.JoinPointpoint(org.springframework.core.annotation.AnnotationAttributes annotation) 从类继承的方法 org.ifinalframework.monitor.handler.AbsMonitorOperationInterceptorHandlerSupport
generateAttribute, generateName, generateOperator, generateTarget, level从类继承的方法 org.ifinalframework.aop.interceptor.AbsOperationInterceptorHandlerSupport
createEvaluationContext从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.ifinalframework.aop.JoinPointInterceptorHandler
after, afterReturning, afterThrowing, before从接口继承的方法 org.ifinalframework.aop.OperationHandlerSupport
createEvaluationContext
-
构造器详细资料
-
ActionInterceptorHandler
public ActionInterceptorHandler()
-
-
方法详细资料
-
point
public org.ifinalframework.core.aop.JoinPoint point(org.springframework.core.annotation.AnnotationAttributes annotation) - 指定者:
point在接口中JoinPointInterceptorHandler<OperationActionHandler,org.springframework.core.annotation.AnnotationAttributes> - 参数:
annotation- annotation- 返回:
- the action join point
- 另请参阅:
-
OperationAction.point()
-
handle
public void handle(@NonNull OperationActionHandler executor, @NonNull InvocationContext context, @NonNull org.springframework.core.annotation.AnnotationAttributes annotation, Object result, Throwable throwable) - 指定者:
handle在接口中InterceptorHandler<OperationActionHandler,org.springframework.core.annotation.AnnotationAttributes>
-