Package | Description |
---|---|
act.handler.builtin.controller |
Modifier and Type | Class and Description |
---|---|
class |
Handler<T extends Handler>
The base class of @Before, @After, @Exception, @Finally interceptor and request dispatcher
|
Modifier and Type | Class and Description |
---|---|
class |
ActionHandler<T extends ActionHandler>
Base class for Action Handler or Before/After interceptor
|
class |
AfterInterceptor
Intercept request handling before calling to action method
|
class |
BeforeInterceptor
Intercept request handling before calling to action method
|
class |
ControllerAction
Dispatch request to real controller action method
|
class |
ExceptionInterceptor |
class |
FinallyInterceptor
Intercept request handling after action method or if exception raised
|
Modifier and Type | Method and Description |
---|---|
static <T extends Handler> |
RequestHandlerProxy.insertInterceptor(org.osgl.util.C.List<T> list,
T i) |
Copyright © 2014–2017 ActFramework. All rights reserved.