类 AllControllerLogAspect
java.lang.Object
cn.airfei.aircore.core.aspect.AllControllerLogAspect
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidafter(org.aspectj.lang.JoinPoint jp) voidafterReturning(org.aspectj.lang.JoinPoint jp, Object result) voidafterThrowing(org.aspectj.lang.JoinPoint jp, Exception e) around(org.aspectj.lang.ProceedingJoinPoint jp) voidbefore(org.aspectj.lang.JoinPoint jp) voidlog()
-
构造器详细资料
-
AllControllerLogAspect
public AllControllerLogAspect()
-
-
方法详细资料
-
log
public void log() -
before
public void before(org.aspectj.lang.JoinPoint jp) -
after
public void after(org.aspectj.lang.JoinPoint jp) -
afterReturning
-
afterThrowing
-
around
- 抛出:
Throwable
-