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(java.lang.String... except) |
InterceptorMethodMetaInfo |
InterceptorMethodMetaInfo.addOnly(java.lang.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(java.lang.String methodName,
java.lang.String className) |
InterceptorMethodMetaInfo |
InterceptorMethodMetaInfo.priority(int priority) |
Modifier and Type | Method and Description |
---|---|
java.util.List<InterceptorMethodMetaInfo> |
ControllerClassMetaInfo.afterInterceptors() |
java.util.List<InterceptorMethodMetaInfo> |
ActionMethodMetaInfo.afterInterceptors() |
org.osgl.util.C.List<InterceptorMethodMetaInfo> |
GroupInterceptorMetaInfo.afterList() |
java.util.List<InterceptorMethodMetaInfo> |
ControllerClassMetaInfo.beforeInterceptors() |
java.util.List<InterceptorMethodMetaInfo> |
ActionMethodMetaInfo.beforeInterceptors() |
org.osgl.util.C.List<InterceptorMethodMetaInfo> |
GroupInterceptorMetaInfo.beforeList() |
java.util.List<InterceptorMethodMetaInfo> |
ControllerClassMetaInfo.finallyInterceptors() |
java.util.List<InterceptorMethodMetaInfo> |
ActionMethodMetaInfo.finallyInterceptors() |
org.osgl.util.C.List<InterceptorMethodMetaInfo> |
GroupInterceptorMetaInfo.finallyList() |
Modifier and Type | Method and Description |
---|---|
void |
GroupInterceptorMetaInfo.add(InterceptorMethodMetaInfo info,
java.lang.Class<? extends java.lang.annotation.Annotation> interceptorType) |
void |
GroupInterceptorMetaInfo.add(InterceptorMethodMetaInfo info,
InterceptorType type) |
ControllerClassMetaInfo |
ControllerClassMetaInfo.addAfter(InterceptorMethodMetaInfo after) |
void |
GroupInterceptorMetaInfo.addAfter(InterceptorMethodMetaInfo after) |
ControllerClassMetaInfo |
ControllerClassMetaInfo.addBefore(InterceptorMethodMetaInfo before) |
void |
GroupInterceptorMetaInfo.addBefore(InterceptorMethodMetaInfo before) |
ControllerClassMetaInfo |
ControllerClassMetaInfo.addFinally(InterceptorMethodMetaInfo after) |
void |
GroupInterceptorMetaInfo.addFinally(InterceptorMethodMetaInfo after) |
ControllerClassMetaInfo |
ControllerClassMetaInfo.addInterceptor(InterceptorMethodMetaInfo info,
java.lang.Class<? extends java.lang.annotation.Annotation> type) |
int |
InterceptorMethodMetaInfo.compareTo(InterceptorMethodMetaInfo o) |
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.