| Modifier and Type | Interface and Description |
|---|---|
interface |
ServiceConfigurator<T>
Configure a single service description.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Component> |
Binder.bindComponent(Class<T> componentClass)
Start binding a component (Collection of services).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpServerComponent<T extends AbstractHttpServerComponent> |
class |
JettyServerComponent
Register a Jetty Http Server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcDatasourceComponent
Created by epoitras on 3/5/15.
|
class |
JdbcDriverDatasourceComponent
Created by epoitras on 3/5/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingBuilderImpl<T>
Service configuration description.
|
class |
QualifiedComponent<T extends QualifiedComponent>
Basic abstract component interfaces that defines contract to qualify a component being configured.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Component> |
SimpleBinder.bindComponent(Class<T> componentClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpStandardScopeComponent
Created by epoitras on 3/13/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebAppComponent
Created by epoitras on 3/13/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardScopeComponent
This feature defines both the Request and Session scopes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionComponent
Created by epoitras on 3/5/15.
|
Copyright © 2015. All rights reserved.