|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bootstrap | |
---|---|
org.jboss.weld.bootstrap.api | |
org.jboss.weld.bootstrap.api.helpers |
Uses of Bootstrap in org.jboss.weld.bootstrap.api |
---|
Methods in org.jboss.weld.bootstrap.api that return Bootstrap | |
---|---|
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. |
Uses of Bootstrap in org.jboss.weld.bootstrap.api.helpers |
---|
Classes in org.jboss.weld.bootstrap.api.helpers that implement Bootstrap | |
---|---|
class |
ForwardingBootstrap
Implementation of Bootstrap which supports the decorator pattern |
Methods in org.jboss.weld.bootstrap.api.helpers that return Bootstrap | |
---|---|
protected abstract Bootstrap |
ForwardingBootstrap.delegate()
|
Bootstrap |
ForwardingBootstrap.deployBeans()
|
Bootstrap |
ForwardingBootstrap.endInitialization()
|
Bootstrap |
ForwardingBootstrap.startContainer(Environment environment,
Deployment deployment)
|
Bootstrap |
ForwardingBootstrap.startInitialization()
|
Bootstrap |
ForwardingBootstrap.validateBeans()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |