Package | Description |
---|---|
org.jboss.weld.bootstrap.api | |
org.jboss.weld.bootstrap.api.helpers | |
org.jboss.weld.bootstrap.spi | |
org.jboss.weld.bootstrap.spi.helpers |
Modifier and Type | Method and Description |
---|---|
WeldManager |
Bootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive)
Get the manager used for the given beanDeploymentArchive.
|
Modifier and Type | Method and Description |
---|---|
WeldManager |
ForwardingBootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive) |
Modifier and Type | Method and Description |
---|---|
BeanDeploymentArchive |
CDI11Deployment.getBeanDeploymentArchive(Class<?> beanClass)
Returns the
BeanDeploymentArchive containing the given class. |
BeanDeploymentArchive |
Deployment.loadBeanDeploymentArchive(Class<?> beanClass)
Load the
BeanDeploymentArchive containing the given class. |
Modifier and Type | Method and Description |
---|---|
Collection<BeanDeploymentArchive> |
BeanDeploymentArchive.getBeanDeploymentArchives()
Get the bean deployment archives which are accessible to this bean deployment archive and adjacent to it in the
deployment archive graph.
|
Collection<BeanDeploymentArchive> |
Deployment.getBeanDeploymentArchives()
Get the bean deployment archives which are part of this deployment and adjacent to it in the deployment archive graph.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingBeanDeploymentArchive |
Modifier and Type | Method and Description |
---|---|
protected abstract BeanDeploymentArchive |
ForwardingBeanDeploymentArchive.delegate() |
Modifier and Type | Method and Description |
---|---|
Collection<BeanDeploymentArchive> |
ForwardingBeanDeploymentArchive.getBeanDeploymentArchives() |
Copyright © 2008-2015. All Rights Reserved.