| Package | Description |
|---|---|
| act | |
| act.app | |
| act.app.conf | |
| act.app.util | |
| act.conf | |
| act.controller.builtin | |
| act.data | |
| act.db.util | |
| act.inject |
The package is all about Dependency Injections
|
| act.util | |
| act.validation | |
| act.ws | |
| act.xio.undertow |
| Modifier and Type | Method and Description |
|---|---|
static AppConfig |
Act.appConfig()
Return the
App’s config |
| Constructor and Description |
|---|
ActResponse(AppConfig config) |
RequestImplBase(AppConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected AppConfig |
AppCodeScannerBase.config() |
AppConfig<?> |
App.config() |
| Modifier and Type | Class and Description |
|---|---|
class |
AppConfigurator<T extends AppConfigurator>
Base class for app developer implement source code based configuration
|
| Constructor and Description |
|---|
AppCrypto(AppConfig config) |
| Modifier and Type | Method and Description |
|---|---|
AppConfig<T> |
AppConfig.app(App app) |
protected AppConfig |
AppConfLoader.create(java.util.Map<java.lang.String,?> rawConf) |
| Modifier and Type | Method and Description |
|---|---|
void |
CliOverHttp.before(AppConfig config) |
org.osgl.mvc.result.Result |
CliOverHttp.home(AppConfig config) |
| Constructor and Description |
|---|
DateResolver(AppConfig config) |
JodaDateTimeCodec(AppConfig config) |
JodaLocalDateCodec(AppConfig config) |
JodaLocalDateTimeCodec(AppConfig config) |
JodaLocalTimeCodec(AppConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
_SequenceNumberGenerator.configure(AppConfig config,
DbServiceManager dbManager)
Configure the sequence generator
|
void |
_SequenceNumberGenerator.InMemorySequenceNumberGenerator.configure(AppConfig config,
DbServiceManager dbManager) |
| Modifier and Type | Field and Description |
|---|---|
static javax.inject.Provider<AppConfig> |
ActProviders.APP_CONFIG |
| Modifier and Type | Field and Description |
|---|---|
static AsmType<AppConfig> |
AsmTypes.APP_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
AppConfig |
ActContext.config() |
AppConfig |
ActContext.Base.config() |
| Constructor and Description |
|---|
ActValidationMessageInterpolator(javax.validation.MessageInterpolator defaultInterpolator,
AppConfig config) |
| Constructor and Description |
|---|
UsernameSecureTicketCodec(AppConfig config) |
UsernameSecureTicketCodec(AppCrypto crypto,
AppConfig config) |
| Constructor and Description |
|---|
UndertowRequest(io.undertow.server.HttpServerExchange exchange,
AppConfig config) |
UndertowResponse(io.undertow.server.HttpServerExchange exchange,
AppConfig config) |
Copyright © 2014–2017 ActFramework. All rights reserved.