org.jboss.weld.environment.se.discovery
Class SEWeldDeployment
java.lang.Object
org.jboss.weld.environment.se.discovery.SEWeldDeployment
- All Implemented Interfaces:
- org.jboss.weld.bootstrap.spi.Deployment
public abstract class SEWeldDeployment
- extends java.lang.Object
- implements org.jboss.weld.bootstrap.spi.Deployment
Weld Deployment for Java SE environment.
- Author:
- Peter Royle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEWeldDeployment
public SEWeldDeployment()
getBeanDeploymentArchives
public java.util.List<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
-
- Specified by:
getBeanDeploymentArchives in interface org.jboss.weld.bootstrap.spi.Deployment
- Returns:
- A collection containing the singular logical BeanDeploymentArchive
consisting of all Bean classes and beans.xml descriptors in the
current classpath.
loadBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(java.lang.Class<?> beanClass)
-
- Specified by:
loadBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.Deployment
- Returns:
- The singular logical BeanDeploymentArchive consisting of all which
contains all Beans classes.
getServices
public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
- Specified by:
getServices in interface org.jboss.weld.bootstrap.spi.Deployment
Copyright © 2008-2009 Seam Framework. All Rights Reserved.