Package | Description |
---|---|
org.jboss.weld.bootstrap | |
org.jboss.weld.bootstrap.api | |
org.jboss.weld.bootstrap.api.helpers |
Modifier and Type | Method and Description |
---|---|
void |
BeanDeployment.afterBeanDiscovery(Environment environment) |
void |
BeanDeployment.createBeans(Environment environment) |
void |
BeanDeployment.deployBeans(Environment environment) |
void |
BeanDeployment.deploySpecialized(Environment environment) |
Bootstrap |
WeldBootstrap.startContainer(Environment environment,
Deployment deployment) |
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
|
Modifier and Type | Method and Description |
---|---|
Bootstrap |
ForwardingBootstrap.startContainer(Environment environment,
Deployment deployment) |
Copyright © 2013 Seam Framework. All Rights Reserved.