org.jboss.weld.bootstrap
Class BeanDeployment

java.lang.Object
  extended by 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)
           
 
Method Summary
 void afterBeanDiscovery(org.jboss.weld.bootstrap.api.Environment environment)
           
 void createBeans(org.jboss.weld.bootstrap.api.Environment environment)
           
 void deployBeans(org.jboss.weld.bootstrap.api.Environment environment)
           
 void deploySpecialized(org.jboss.weld.bootstrap.api.Environment environment)
           
 BeanDeployer getBeanDeployer()
           
 org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
           
 BeanManagerImpl getBeanManager()
           
protected  Iterable<String> loadClasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.