Uses of Interface
org.jboss.weld.bootstrap.api.Bootstrap
Packages that use Bootstrap
-
Uses of Bootstrap in org.jboss.weld.bootstrap.api
Subinterfaces of Bootstrap in org.jboss.weld.bootstrap.apiModifier and TypeInterfaceDescriptioninterfaceAn extension toBootstrapwhich allows weld to perform type discovery as required by CDI 1.2.Methods in org.jboss.weld.bootstrap.api that return BootstrapModifier and TypeMethodDescriptionBootstrap.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 firedBootstrap.endInitialization()Cleans up after the initializationBootstrap.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 contextCDI11Bootstrap.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 managerBootstrap.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.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 BootstrapModifier and TypeClassDescriptionclassImplementation ofBootstrapwhich supports the decorator patternMethods in org.jboss.weld.bootstrap.api.helpers that return BootstrapModifier and TypeMethodDescriptionprotected abstract BootstrapForwardingBootstrap.delegate()Returns the delegateForwardingBootstrap.deployBeans()ForwardingBootstrap.endInitialization()ForwardingBootstrap.startContainer(Environment environment, Deployment deployment) ForwardingBootstrap.startInitialization()ForwardingBootstrap.validateBeans()