| Interface | Description |
|---|---|
| ActionHandlerInvoker | |
| ActionHandlerInvoker.Visitor | |
| AfterInterceptorInvoker | |
| ExceptionInterceptorInvoker | |
| Handler.Visitor |
| Class | Description |
|---|---|
| ActionHandler<T extends ActionHandler> |
Base class for Action Handler or Before/After interceptor
|
| AfterInterceptor |
Intercept request handling before calling to action method
|
| BeforeInterceptor |
Intercept request handling before calling to action method
|
| ControllerAction |
Dispatch request to real controller action method
|
| ExceptionInterceptor | |
| FastRequestHandler |
For any handler that does not require the framework to lookup incoming request and construct the sessions, it shall extends from this class
|
| FinallyInterceptor |
Intercept request handling after action method or if exception raised
|
| Handler<T extends Handler> |
The base class of @Before, @After, @Exception, @Finally interceptor and request dispatcher
|
| RequestHandlerProxy | |
| RequestHandlerProxy.GroupAfterInterceptor | |
| RequestHandlerProxy.GroupExceptionInterceptor | |
| RequestHandlerProxy.GroupFinallyInterceptor | |
| RequestHandlerProxy.GroupInterceptorWithResult |
Copyright © 2014–2017 ActFramework. All rights reserved.