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