Package | Description |
---|---|
act.controller.meta | |
act.handler.builtin.controller |
Modifier and Type | Method and Description |
---|---|
static InterceptorType |
InterceptorType.of(java.lang.Class<? extends java.lang.annotation.Annotation> clz) |
static InterceptorType |
InterceptorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorType[] |
InterceptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupInterceptorMetaInfo.add(InterceptorMethodMetaInfo info,
InterceptorType type) |
Modifier and Type | Method and Description |
---|---|
static void |
RequestHandlerProxy.registerGlobalInterceptor(InterceptorMethodMetaInfo interceptor,
InterceptorType type) |
Copyright © 2014–2017 ActFramework. All rights reserved.