|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanDeploymentArchive | |
|---|---|
| org.jboss.weld.bootstrap.api | |
| org.jboss.weld.bootstrap.api.helpers | |
| org.jboss.weld.bootstrap.spi | |
| org.jboss.weld.bootstrap.spi.helpers | |
| org.jboss.weld.servlet.api | |
| Uses of BeanDeploymentArchive in org.jboss.weld.bootstrap.api |
|---|
| Methods in org.jboss.weld.bootstrap.api with parameters of type BeanDeploymentArchive | |
|---|---|
WeldManager |
Bootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive)
Get the manager used for this beanDeploymentArchive. |
| Uses of BeanDeploymentArchive in org.jboss.weld.bootstrap.api.helpers |
|---|
| Methods in org.jboss.weld.bootstrap.api.helpers with parameters of type BeanDeploymentArchive | |
|---|---|
WeldManager |
ForwardingBootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive)
|
| Uses of BeanDeploymentArchive in org.jboss.weld.bootstrap.spi |
|---|
| Methods in org.jboss.weld.bootstrap.spi that return BeanDeploymentArchive | |
|---|---|
BeanDeploymentArchive |
Deployment.loadBeanDeploymentArchive(java.lang.Class<?> beanClass)
Load the BeanDeploymentArchive containing the given class. |
| Methods in org.jboss.weld.bootstrap.spi that return types with arguments of type BeanDeploymentArchive | |
|---|---|
java.util.Collection<BeanDeploymentArchive> |
Deployment.getBeanDeploymentArchives()
Get the bean deployment archives which are part of this deployment and adjacent to it in the deployment archive graph. |
java.util.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. |
| Uses of BeanDeploymentArchive in org.jboss.weld.bootstrap.spi.helpers |
|---|
| Classes in org.jboss.weld.bootstrap.spi.helpers that implement BeanDeploymentArchive | |
|---|---|
class |
ForwardingBeanDeploymentArchive
|
| Methods in org.jboss.weld.bootstrap.spi.helpers that return BeanDeploymentArchive | |
|---|---|
protected abstract BeanDeploymentArchive |
ForwardingBeanDeploymentArchive.delegate()
|
| Methods in org.jboss.weld.bootstrap.spi.helpers that return types with arguments of type BeanDeploymentArchive | |
|---|---|
java.util.Collection<BeanDeploymentArchive> |
ForwardingBeanDeploymentArchive.getBeanDeploymentArchives()
|
| Uses of BeanDeploymentArchive in org.jboss.weld.servlet.api |
|---|
| Methods in org.jboss.weld.servlet.api that return BeanDeploymentArchive | |
|---|---|
BeanDeploymentArchive |
ServletServices.getBeanDeploymentArchive(javax.servlet.ServletContext ctx)
Get the BDA for the current request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||