Forge - Addon Container 2.0.0.Alpha3

org.jboss.forge.container.modules
Class ModularWeldDeployment

java.lang.Object
  extended by org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
      extended by org.jboss.forge.container.modules.ModularWeldDeployment
All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.CDI11Deployment, org.jboss.weld.bootstrap.spi.Deployment

public class ModularWeldDeployment
extends org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
implements org.jboss.weld.bootstrap.spi.CDI11Deployment


Field Summary
 
Fields inherited from class org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
BEANS_XML, RESOURCES
 
Constructor Summary
ModularWeldDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap, org.jboss.weld.resources.spi.ResourceLoader resourceLoader, ModuleScanResult scanResult)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
getExtensions, getServices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.weld.bootstrap.spi.Deployment
getExtensions, getServices
 

Constructor Detail

ModularWeldDeployment

public ModularWeldDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap,
                             org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
                             ModuleScanResult scanResult)
Method Detail

getBeanDeploymentArchives

public List<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
Specified by:
getBeanDeploymentArchives in interface org.jboss.weld.bootstrap.spi.Deployment

loadBeanDeploymentArchive

public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(Class<?> beanClass)
Specified by:
loadBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.Deployment

getBeanDeploymentArchive

public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive(Class<?> beanClass)
Specified by:
getBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.CDI11Deployment

Forge - Addon Container 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.