| Package | Description |
|---|---|
| act.app | |
| act.app.event | |
| act.cli.event | |
| act.controller.meta | |
| act.db | |
| act.handler.event | |
| act.inject |
The package is all about Dependency Injections
|
| act.mail |
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionContext.ActionContextEvent |
static class |
ActionContext.PreFireSessionResolvedEvent
This event is fired after session resolved and before any
SessionManager.Listener get called |
static class |
ActionContext.SessionDissolvedEvent |
static class |
ActionContext.SessionResolvedEvent
This event is fired after session resolved and after all
SessionManager.Listener get notified and in turn after all event listeners that listen to the ActionContext.PreFireSessionResolvedEvent get notified |
static class |
ActionContext.SessionWillDissolveEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
ActStart
ActStart event is triggered after Application loaded and network layer started.
|
class |
AppActPluginLoaded
|
class |
AppClassLoaded
Emitted immediately when
App’s class loader has loaded classes |
class |
AppClassLoaderInitialized
Emitted immediately when
App’s class loader instance initialized |
class |
AppCodeScanned
Emitted immediately when
App’s app code scanner finished its work |
class |
AppConfigLoaded
Emitted after Application’s configuration has been loaded
|
class |
AppConfigPreMerge
Emitted right before merging
app custom config |
class |
AppDbSvcLoaded
Emitted after Application’s
db services have been loaded |
class |
AppDependencyInjectorLoaded
Emitted immediately when
App’s dependency injector is loaded |
class |
AppDependencyInjectorProvisioned
Emitted immediately when
App’s dependency injector is provisioned |
class |
AppEvent |
class |
AppPostStart
Mark a Application Post Start event.
|
class |
AppPreLoadClasses
Emitted right before initializing
AppClassLoader |
class |
AppPreStart
Emit right before emitting
AppStart event |
class |
AppRouterInitialized
Emitted after Application’s router has been initialized and before route table loaded
|
class |
AppRouterLoaded
Emitted after Application’s router has been loaded
|
class |
AppStart
Mark a Application Start event
|
class |
AppStop
Mark a Application Stop event
|
class |
EventBusInitialized
Emitted after Application’s
EventBus has been initialized |
class |
SingletonProvisioned
Emitted immediately when
App’s all component annotated with Singleton has been provisioned |
class |
StatelessProvisioned
|
| Modifier and Type | Class and Description |
|---|---|
class |
CliSessionStart
This event is emitted synchronously when a
CliSession begin to run |
class |
CliSessionTerminate
This event is emitted synchronously when a
CliSession terminated |
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerMetaInfoRegistered
An event triggered when a
ControllerClassMetaInfo has been registered |
| Modifier and Type | Class and Description |
|---|---|
class |
DbPluginRegistered |
class |
DeleteEvent<MODEL_TYPE>
Raised by framework when calling
Dao.delete(Object) |
| Modifier and Type | Class and Description |
|---|---|
class |
AfterResultCommit
This event will be triggered right before the
Result is committed |
class |
BeforeResultCommit
This event will be triggered right before the
Result is committed |
class |
ResultEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
DependencyInjectionBinder<T>
Used to pass class binding resolution to DI plugin(s)
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MailerContext.InitEvent |
Copyright © 2014–2017 ActFramework. All rights reserved.