Uses of Interface
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive

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   
 

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(Class<?> beanClass)
          Load the BeanDeploymentArchive containing the given class.
 

Methods in org.jboss.weld.bootstrap.spi that return types with arguments of type BeanDeploymentArchive
 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.
 

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
 Collection<BeanDeploymentArchive> ForwardingBeanDeploymentArchive.getBeanDeploymentArchives()
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.