org.jboss.weld.bootstrap
Class BeanDeployment
java.lang.Object
org.jboss.weld.bootstrap.BeanDeployment
public class BeanDeployment
- extends Object
- Author:
- pmuir, alesj
Constructor Summary |
BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive,
BeanManagerImpl deploymentManager,
org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanDeployment
public BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive,
BeanManagerImpl deploymentManager,
org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts)
getBeanManager
public BeanManagerImpl getBeanManager()
getBeanDeployer
public BeanDeployer getBeanDeployer()
getBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
loadClasses
protected Iterable<String> loadClasses()
createBeans
public void createBeans(org.jboss.weld.bootstrap.api.Environment environment)
deploySpecialized
public void deploySpecialized(org.jboss.weld.bootstrap.api.Environment environment)
deployBeans
public void deployBeans(org.jboss.weld.bootstrap.api.Environment environment)
afterBeanDiscovery
public void afterBeanDiscovery(org.jboss.weld.bootstrap.api.Environment environment)
Copyright © 2013 Seam Framework. All Rights Reserved.