| Modifier and Type | Class and Description |
|---|---|
class |
QualifiedModule<T extends QualifiedModule>
Basic abstract component interfaces that defines contract to qualify a module being configured.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Module> |
Binder.bindModule(Class<T> componentClass)
Start binding a new module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
App.configure(Module module)
Allows to configure services in the application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpServerModule<T extends AbstractHttpServerModule> |
class |
JettyServerModule
Register a Jetty Http Server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcDatasourceModule
This component will bind the following services:
Datasource: singleton
Connection: transaction scoped
|
class |
JdbcDriverDatasourceModule
Created by epoitras on 3/5/15.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Module> |
SimpleBinder.bindModule(Class<T> componentClass) |
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
BindingStack.empty() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppImpl.configure(Module configurator) |
void |
BindingStack.pushModule(Module c) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpStandardScopeModule
Created by epoitras on 3/13/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebAppModule
Created by epoitras on 3/13/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardScopeModule
This feature defines both the Request and Session scopes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionModule
Created by epoitras on 3/5/15.
|
Copyright © 2016. All rights reserved.