Package | Description |
---|---|
act.controller.meta | |
act.handler.builtin.controller | |
act.handler.builtin.controller.impl |
Modifier and Type | Class and Description |
---|---|
class |
ActionMethodMetaInfo |
class |
CatchMethodMetaInfo
Unlike other interceptors (Before/After/Finally), Catch interceptor has a special attribute: value, the exception class.
|
class |
HandlerMethodMetaInfo<T extends HandlerMethodMetaInfo>
Common meta data storage for both
ControllerAction and Handler |
class |
InterceptorMethodMetaInfo
Stores all method level information needed to generate
interceptors |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionHandlerInvoker |
interface |
AfterInterceptorInvoker |
interface |
ExceptionInterceptorInvoker |
Modifier and Type | Class and Description |
---|---|
class |
AfterInterceptor
Intercept request handling before calling to action method
|
class |
ExceptionInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
ReflectedHandlerInvoker<M extends HandlerMethodMetaInfo>
Implement handler using https://github.com/EsotericSoftware/reflectasm
|
Copyright © 2014–2017 ActFramework. All rights reserved.