@Component
public class ParamValidateAspect
extends java.lang.Object
implements org.springframework.core.Ordered, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
ParamValidateAspect() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
doAround(org.aspectj.lang.ProceedingJoinPoint pjp) |
int |
getOrder() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
webParamValid() |
public void webParamValid()
public java.lang.Object doAround(org.aspectj.lang.ProceedingJoinPoint pjp)
throws java.lang.Throwable
java.lang.Throwablepublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic int getOrder()
getOrder 在接口中 org.springframework.core.Ordered