public static interface WeldModule.PreBeanRegistrationContext
preBeanRegistration phase| Modifier and Type | Method and Description |
|---|---|
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive |
getBeanDeploymentArchive()
Returns
BeanDeploymentArchive represented by this bean archive deployment. |
BeanManagerImpl |
getBeanManager()
Returns the
BeanManagerImpl for the given bean archive deployment. |
org.jboss.weld.bootstrap.api.Environment |
getEnvironment()
The environment in which Weld is run.
|
void |
registerBean(AbstractBuiltInBean<?> bean)
Register an additional built-in bean with the given bean archive deployment.
|
org.jboss.weld.bootstrap.api.Environment getEnvironment()
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
BeanDeploymentArchive represented by this bean archive deployment.BeanManagerImpl getBeanManager()
BeanManagerImpl for the given bean archive deployment.void registerBean(AbstractBuiltInBean<?> bean)
additional - built-in beanCopyright © 2017. All rights reserved.