Package | Description |
---|---|
act | |
act.controller.meta | |
act.handler.builtin.controller.impl |
Modifier and Type | Method and Description |
---|---|
ExceptionInterceptor |
Act.Mode.createExceptionInterceptor(CatchMethodMetaInfo ex,
App app) |
Modifier and Type | Method and Description |
---|---|
CatchMethodMetaInfo |
CatchMethodMetaInfo.exceptionClasses(java.util.List<java.lang.String> list) |
Modifier and Type | Method and Description |
---|---|
org.osgl.util.C.List<CatchMethodMetaInfo> |
GroupInterceptorMetaInfo.catchList() |
java.util.List<CatchMethodMetaInfo> |
ControllerClassMetaInfo.exceptionInterceptors() |
java.util.List<CatchMethodMetaInfo> |
ActionMethodMetaInfo.exceptionInterceptors() |
Modifier and Type | Method and Description |
---|---|
ControllerClassMetaInfo |
ControllerClassMetaInfo.addCatch(CatchMethodMetaInfo cat) |
void |
GroupInterceptorMetaInfo.addCatch(CatchMethodMetaInfo cat) |
Constructor and Description |
---|
CatchMethodMetaInfo(CatchMethodMetaInfo copy,
ControllerClassMetaInfo clsInfo) |
Modifier and Type | Method and Description |
---|---|
static ExceptionInterceptor |
ReflectedHandlerInvoker.createExceptionInterceptor(CatchMethodMetaInfo meta,
App app) |
Copyright © 2014–2017 ActFramework. All rights reserved.