Package com.oneandone.cdi.weld2starter
Class Post1Deployment
- java.lang.Object
-
- com.oneandone.cdi.weld2starter.Post1Deployment
-
- All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.CDI11Deployment,org.jboss.weld.bootstrap.spi.Deployment
public class Post1Deployment extends Object implements org.jboss.weld.bootstrap.spi.CDI11Deployment
- Author:
- aschoerk
-
-
Constructor Summary
Constructors Constructor Description Post1Deployment(org.jboss.weld.bootstrap.api.ServiceRegistry services, org.jboss.weld.bootstrap.spi.BeanDeploymentArchive oneDeploymentArchive, Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.weld.bootstrap.spi.BeanDeploymentArchivegetBeanDeploymentArchive(Class<?> beanClass)Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive>getBeanDeploymentArchives()Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>>getExtensions()org.jboss.weld.bootstrap.api.ServiceRegistrygetServices()org.jboss.weld.bootstrap.spi.BeanDeploymentArchiveloadBeanDeploymentArchive(Class<?> beanClass)
-
-
-
Constructor Detail
-
Post1Deployment
public Post1Deployment(org.jboss.weld.bootstrap.api.ServiceRegistry services, org.jboss.weld.bootstrap.spi.BeanDeploymentArchive oneDeploymentArchive, Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions)
-
-
Method Detail
-
getBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive(Class<?> beanClass)
- Specified by:
getBeanDeploymentArchivein interfaceorg.jboss.weld.bootstrap.spi.CDI11Deployment
-
getBeanDeploymentArchives
public Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
- Specified by:
getBeanDeploymentArchivesin interfaceorg.jboss.weld.bootstrap.spi.Deployment
-
loadBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(Class<?> beanClass)
- Specified by:
loadBeanDeploymentArchivein interfaceorg.jboss.weld.bootstrap.spi.Deployment
-
getServices
public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
- Specified by:
getServicesin interfaceorg.jboss.weld.bootstrap.spi.Deployment
-
getExtensions
public Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> getExtensions()
- Specified by:
getExtensionsin interfaceorg.jboss.weld.bootstrap.spi.Deployment
-
-