@Component
public class EncSecurityAop
extends com.biuqu.aop.BaseAop
| 构造器和说明 |
|---|
EncSecurityAop() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
after(org.aspectj.lang.JoinPoint joinPoint,
Object result) |
void |
before(org.aspectj.lang.JoinPoint joinPoint) |
protected void |
doAfter(Method method,
Object[] args,
Object result) |
protected void |
doBefore(Method method,
Object[] args) |
public void before(org.aspectj.lang.JoinPoint joinPoint)
before 在类中 com.biuqu.aop.BaseAoppublic void after(org.aspectj.lang.JoinPoint joinPoint,
Object result)
after 在类中 com.biuqu.aop.BaseAopprotected void doBefore(Method method, Object[] args)
doBefore 在类中 com.biuqu.aop.BaseAopCopyright © 2023. All rights reserved.