| Package | Description |
|---|---|
| org.jboss.weld.bootstrap.api | |
| org.jboss.weld.bootstrap.api.helpers |
| Modifier and Type | Class and Description |
|---|---|
class |
Environments
Requirements for various well known environments.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap |
Bootstrap.startContainer(Environment environment,
Deployment deployment)
Creates the application container:
Checks that the services required by the environment have been provided
Adds container provided services
Creates and initializes the built in contexts
Creates the manager
context
|
Bootstrap |
CDI11Bootstrap.startContainer(String contextId,
Environment environment,
Deployment deployment)
Creates the application container:
Checks that the services required by the environment have been provided
Adds container provided services
Creates and initializes the built in contexts
Creates the manager
In addition to
Bootstrap.startContainer(Environment, Deployment), this method allows an identifier (contextId) to
be assigned to the container. |
| Modifier and Type | Method and Description |
|---|---|
Bootstrap |
ForwardingBootstrap.startContainer(Environment environment,
Deployment deployment) |
Copyright © 2008–2016. All rights reserved.