Class 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 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:
        getBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.CDI11Deployment
      • getBeanDeploymentArchives

        public Collection<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
      • getServices

        public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
        Specified by:
        getServices in interface org.jboss.weld.bootstrap.spi.Deployment
      • getExtensions

        public Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> getExtensions()
        Specified by:
        getExtensions in interface org.jboss.weld.bootstrap.spi.Deployment