Package | Description |
---|---|
act.apidoc | |
act.app | |
act.app.conf | |
act.app.data | |
act.cli | |
act.conf | |
act.data | |
act.db | |
act.db.meta | |
act.event | |
act.inject |
The package is all about Dependency Injections
|
act.inject.genie | |
act.inject.param | |
act.job | |
act.mail | |
act.metric | |
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 |
AppHolder<T extends AppHolder> |
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 |
AppHolderBase<T extends AppHolderBase> |
class |
AppInterceptorManager
Manage interceptors at App level
|
class |
AppServiceBase<T extends AppServiceBase> |
class |
ClassMetaInfoRepo |
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 |
---|---|
AppHolder |
AppClassInfoRepository.app(App app) |
Modifier and Type | Class and Description |
---|---|
class |
AppConfigurator<T extends AppConfigurator>
Base class for app developer implement source code based configuration
|
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 |
AppConfig<T extends AppConfigurator> |
Modifier and Type | Class and Description |
---|---|
class |
DataPropertyRepository
Keep the property information of Data class
|
Modifier and Type | Class and Description |
---|---|
class |
DbService |
class |
EntityClassRepository
Keep track of SQL entity model classes
|
Modifier and Type | Class and Description |
---|---|
class |
EntityMetaInfoRepo
Stores meta information about entity classes.
|
class |
MasterEntityMetaInfoRepo |
Modifier and Type | Class and Description |
---|---|
class |
EventBus
The event bus manages event binding and distribution.
|
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 |
JobAnnotationProcessor |
class |
JobManager |
Modifier and Type | Class and Description |
---|---|
class |
MailerConfig |
class |
MailerConfigManager |
class |
MailService |
Modifier and Type | Class and Description |
---|---|
class |
MetricMetaInfoRepo |
Modifier and Type | Class and Description |
---|---|
class |
Router |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketConnectionManager
Manage
WebSocketConnection through WebSocketConnectionRegistry |
Copyright © 2014–2018 ActFramework. All rights reserved.