public class ModularWeldDeployment
extends org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
implements org.jboss.weld.bootstrap.spi.CDI11Deployment
| Constructor and Description |
|---|
ModularWeldDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap,
org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
ModuleScanResult scanResult) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive |
getBeanDeploymentArchive(Class<?> beanClass) |
List<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> |
getBeanDeploymentArchives() |
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive |
loadBeanDeploymentArchive(Class<?> beanClass) |
getExtensions, getServicespublic ModularWeldDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap,
org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
ModuleScanResult scanResult)
public List<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
getBeanDeploymentArchives in interface org.jboss.weld.bootstrap.spi.Deploymentpublic org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(Class<?> beanClass)
loadBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.Deploymentpublic org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive(Class<?> beanClass)
getBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.CDI11DeploymentCopyright © 2013 JBoss by Red Hat. All Rights Reserved.