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