Uses of Interface
org.jboss.weld.bootstrap.api.Bootstrap
-
Packages that use Bootstrap Package Description org.jboss.weld.bootstrap.api org.jboss.weld.bootstrap.api.helpers -
-
Uses of Bootstrap in org.jboss.weld.bootstrap.api
Subinterfaces of Bootstrap in org.jboss.weld.bootstrap.api Modifier and Type Interface Description interfaceCDI11BootstrapAn extension toBootstrapwhich allows weld to perform type discovery as required by CDI 1.2.Methods in org.jboss.weld.bootstrap.api that return Bootstrap Modifier and Type Method Description BootstrapBootstrap. 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 theAfterBeanDiscoveryis event is firedBootstrapBootstrap. endInitialization()Cleans up after the initializationBootstrapBootstrap. 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 contextBootstrapCDI11Bootstrap. 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 managerBootstrapBootstrap. startInitialization()Starts the application container initialization process: Reads metadata from beans.xml and theDeploymentservice Starts the application context Starts the request context which lasts untilendInitialization()is called Discovers and createsExtensionservice providers Finally, theBeforeBeanDiscoveryevent is fired.BootstrapBootstrap. 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 Modifier and Type Class Description classForwardingBootstrapImplementation ofBootstrapwhich supports the decorator patternMethods in org.jboss.weld.bootstrap.api.helpers that return Bootstrap Modifier and Type Method Description protected abstract BootstrapForwardingBootstrap. delegate()BootstrapForwardingBootstrap. deployBeans()BootstrapForwardingBootstrap. endInitialization()BootstrapForwardingBootstrap. startContainer(Environment environment, Deployment deployment)BootstrapForwardingBootstrap. startInitialization()BootstrapForwardingBootstrap. validateBeans()
-