org.jboss.weld.bootstrap
Class BeanDeployment
java.lang.Object
org.jboss.weld.bootstrap.BeanDeployment
public class BeanDeployment
- extends java.lang.Object
- Author:
- pmuir
|
Constructor Summary |
BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive,
BeanManagerImpl deploymentManager,
org.jboss.weld.bootstrap.spi.Deployment deployment,
ExtensionBeanDeployerEnvironment extensionBeanDeployerEnvironment,
org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)
|
| 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.spi.Deployment deployment,
ExtensionBeanDeployerEnvironment extensionBeanDeployerEnvironment,
org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)
getBeanManager
public BeanManagerImpl getBeanManager()
getBeanDeployer
public BeanDeployer getBeanDeployer()
getBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
deployBeans
public void deployBeans(org.jboss.weld.bootstrap.api.Environment environment)
Copyright © 2008-2009 Seam Framework. All Rights Reserved.