类 AllControllerLogAspect

java.lang.Object
cn.airfei.aircore.core.aspect.AllControllerLogAspect

@Component @Order(1) public class AllControllerLogAspect extends Object
  • 构造器详细资料

    • 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

      public void afterReturning(org.aspectj.lang.JoinPoint jp, Object result)
    • afterThrowing

      public void afterThrowing(org.aspectj.lang.JoinPoint jp, Exception e)
    • around

      public Object around(org.aspectj.lang.ProceedingJoinPoint jp) throws Throwable
      抛出:
      Throwable