Package | Description |
---|---|
act | |
act.controller.meta | |
act.handler.builtin.controller | |
act.handler.builtin.controller.impl |
Modifier and Type | Method and Description |
---|---|
AfterInterceptor |
Act.Mode.createAfterInterceptor(InterceptorMethodMetaInfo after,
App app) |
BeforeInterceptor |
Act.Mode.createBeforeInterceptor(InterceptorMethodMetaInfo before,
App app) |
FinallyInterceptor |
Act.Mode.createFinallyInterceptor(InterceptorMethodMetaInfo fin,
App app) |
Modifier and Type | Class and Description |
---|---|
class |
CatchMethodMetaInfo
Unlike other interceptors (Before/After/Finally), Catch interceptor has a special attribute: value, the exception class.
|
Modifier and Type | Method and Description |
---|---|
InterceptorMethodMetaInfo |
InterceptorMethodMetaInfo.addExcept(String... except) |
InterceptorMethodMetaInfo |
InterceptorMethodMetaInfo.addOnly(String... only) |
InterceptorMethodMetaInfo |
InterceptorType.createMetaInfo(ControllerClassMetaInfo clsInfo) |
protected InterceptorMethodMetaInfo |
InterceptorMethodMetaInfo.doExtend(ControllerClassMetaInfo clsInfo) |
protected InterceptorMethodMetaInfo |
CatchMethodMetaInfo.doExtend(ControllerClassMetaInfo clsInfo) |
InterceptorMethodMetaInfo |
InterceptorMethodMetaInfo.extended(ControllerClassMetaInfo clsInfo) |
InterceptorMethodMetaInfo |
GroupInterceptorMetaInfo.find(String methodName,
String className) |
InterceptorMethodMetaInfo |
InterceptorMethodMetaInfo.priority(int priority) |
Modifier and Type | Method and Description |
---|---|
List<InterceptorMethodMetaInfo> |
ActionMethodMetaInfo.afterInterceptors() |
List<InterceptorMethodMetaInfo> |
ControllerClassMetaInfo.afterInterceptors() |
org.osgl.util.C.List<InterceptorMethodMetaInfo> |
GroupInterceptorMetaInfo.afterList() |
List<InterceptorMethodMetaInfo> |
ActionMethodMetaInfo.beforeInterceptors() |
List<InterceptorMethodMetaInfo> |
ControllerClassMetaInfo.beforeInterceptors() |
org.osgl.util.C.List<InterceptorMethodMetaInfo> |
GroupInterceptorMetaInfo.beforeList() |
List<InterceptorMethodMetaInfo> |
ActionMethodMetaInfo.finallyInterceptors() |
List<InterceptorMethodMetaInfo> |
ControllerClassMetaInfo.finallyInterceptors() |
org.osgl.util.C.List<InterceptorMethodMetaInfo> |
GroupInterceptorMetaInfo.finallyList() |
Constructor and Description |
---|
InterceptorMethodMetaInfo(InterceptorMethodMetaInfo copy,
ControllerClassMetaInfo clsInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
RequestHandlerProxy.registerGlobalInterceptor(InterceptorMethodMetaInfo interceptor,
InterceptorType type) |
Modifier and Type | Method and Description |
---|---|
static AfterInterceptor |
ReflectedHandlerInvoker.createAfterInterceptor(InterceptorMethodMetaInfo meta,
App app) |
static BeforeInterceptor |
ReflectedHandlerInvoker.createBeforeInterceptor(InterceptorMethodMetaInfo meta,
App app) |
static FinallyInterceptor |
ReflectedHandlerInvoker.createFinannyInterceptor(InterceptorMethodMetaInfo meta,
App app) |
Copyright © 2014-2017 ActFramework. All Rights Reserved.