Package | Description |
---|---|
org.jboss.weld.bootstrap.api | |
org.jboss.weld.bootstrap.api.helpers |
Modifier and Type | Interface and Description |
---|---|
interface |
CDI11Bootstrap
An extension to
Bootstrap which allows weld to perform type discovery as required by CDI 1.1. |
Modifier and Type | Method and Description |
---|---|
Bootstrap |
Bootstrap.deployBeans()
Creates and deploys the application's beans:
Creates and deploys the discovered beans
Creates and deploys the built-in beans defined by the CDI specification
Finally the
AfterBeanDiscovery is event is fired |
Bootstrap |
Bootstrap.endInitialization()
Cleans up after the initialization
|
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 |
Bootstrap.startInitialization()
Starts the application container initialization process:
Reads metadata from beans.xml and the
Deployment service
Starts the application context
Starts the request context which lasts until endInitialization() is called
Discovers and creates Extension service providers
Finally, the BeforeBeanDiscovery event is fired. |
Bootstrap |
Bootstrap.validateBeans()
Validates the deployment.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingBootstrap
Implementation of
Bootstrap which supports the decorator pattern |
Modifier and Type | Method and Description |
---|---|
protected abstract Bootstrap |
ForwardingBootstrap.delegate() |
Bootstrap |
ForwardingBootstrap.deployBeans() |
Bootstrap |
ForwardingBootstrap.endInitialization() |
Bootstrap |
ForwardingBootstrap.startContainer(Environment environment,
Deployment deployment) |
Bootstrap |
ForwardingBootstrap.startInitialization() |
Bootstrap |
ForwardingBootstrap.validateBeans() |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.