| Package | Description |
|---|---|
| act.apidoc | |
| act.app | |
| act.app.data | |
| act.cli | |
| act.data | |
| act.db | |
| act.event | |
| act.inject |
The package is all about Dependency Injections
|
| act.inject.genie | |
| act.inject.param | |
| act.job | |
| act.mail | |
| act.route | |
| act.ws |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiManager
Keep track endpoints defined in the system
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppService<T extends AppService> |
| Modifier and Type | Class and Description |
|---|---|
class |
AppClassInfoRepository |
class |
AppClassLoader
The top level class loader to load a specific application classes into JVM
|
class |
AppCodeScannerManager
Manage
AppSourceCodeScanner and AppByteCodeScanner for the application |
class |
AppInterceptorManager
Manage interceptors at App level
|
class |
AppServiceBase<T extends AppServiceBase> |
class |
CliServer
Servicing CLI session
|
class |
DbServiceManager |
class |
DevModeClassLoader
Dev mode application class loader, which is able to load classes directly from app src folder
|
class |
SingletonRegistry
provides service for app to get singleton instance by type
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AppService<T>> |
App.service(java.lang.Class<T> serviceClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinderManager |
class |
StringValueResolverManager |
| Modifier and Type | Class and Description |
|---|---|
class |
CliDispatcher
Dispatch console command to CLI command handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataPropertyRepository
Keep the property information of Data class
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityClassRepository
Keep track of SQL entity model classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventBus |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DependencyInjector<DI extends DependencyInjector<DI>> |
| Modifier and Type | Class and Description |
|---|---|
class |
DependencyInjectorBase<DI extends DependencyInjectorBase<DI>> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenieInjector |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonDTOClassManager |
class |
ParamValueLoaderManager
Manage
ParamValueLoaderService by context type |
| Modifier and Type | Class and Description |
|---|---|
class |
AppJobManager |
| Modifier and Type | Class and Description |
|---|---|
class |
MailerConfigManager |
class |
MailService |
| Modifier and Type | Class and Description |
|---|---|
class |
Router |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketConnectionManager
Manage
WebSocketConnection through WebSocketConnectionRegistry |
Copyright © 2014–2017 ActFramework. All rights reserved.