public class LoginedInterceptor extends AbstractInterceptor<AuthLogined>
| 构造器和说明 |
|---|
LoginedInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<AuthLogined> |
type()
注解类型
|
Result |
verify(AuthLogined anno,
Invocation inv)
验证
|
doInterceptpublic java.lang.Class<AuthLogined> type()
AbstractInterceptortype 在类中 AbstractInterceptor<AuthLogined>public Result verify(AuthLogined anno, Invocation inv) throws java.lang.Exception
AbstractInterceptorverify 在类中 AbstractInterceptor<AuthLogined>java.lang.Exception