@Component public class AuthAspect extends Object implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
AuthAspect() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
preAuth(org.aspectj.lang.ProceedingJoinPoint point)
切 方法 和 类上的 @PreAuth 注解
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public Object preAuth(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
point - 切点Throwable - 没有权限的异常public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2025. All rights reserved.