| Package | Description |
|---|---|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| 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) |
WeldRuntime |
WeldStartup.startContainer(String contextId,
Environment environment,
Deployment deployment) |
Bootstrap |
WeldBootstrap.startContainer(String contextId,
Environment environment,
Deployment deployment) |
| Constructor and Description |
|---|
DeploymentVisitor(BeanManagerImpl deploymentManager,
Environment environment,
Deployment deployment,
Collection<ContextHolder<? extends Context>> contexts,
BeanDeploymentArchiveMapping bdaMapping) |
| 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 © 2015. All Rights Reserved.