Uses of Class
org.jboss.weld.bootstrap.BeanDeployerEnvironment
-
Packages that use BeanDeployerEnvironment Package Description org.jboss.weld.bean org.jboss.weld.bean.builtin org.jboss.weld.bean.builtin.ee org.jboss.weld.bootstrap org.jboss.weld.module -
-
Uses of BeanDeployerEnvironment in org.jboss.weld.bean
Methods in org.jboss.weld.bean with parameters of type BeanDeployerEnvironment Modifier and Type Method Description voidRIBean. initialize(BeanDeployerEnvironment environment)Initializes the bean and its metadata.voidAbstractBean. internalInitialize(BeanDeployerEnvironment environment)Initializes the bean and its metadatavoidAbstractClassBean. internalInitialize(BeanDeployerEnvironment environment)Initializes the bean and its metadatavoidAbstractProducerBean. internalInitialize(BeanDeployerEnvironment environment)Initializes the bean and its metadatavoidDecoratorImpl. internalInitialize(BeanDeployerEnvironment environment)voidManagedBean. internalInitialize(BeanDeployerEnvironment environment)protected abstract voidRIBean. internalInitialize(BeanDeployerEnvironment environment) -
Uses of BeanDeployerEnvironment in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin with parameters of type BeanDeployerEnvironment Modifier and Type Method Description voidAbstractBuiltInBean. internalInitialize(BeanDeployerEnvironment environment)voidConversationBean. internalInitialize(BeanDeployerEnvironment environment) -
Uses of BeanDeployerEnvironment in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee with parameters of type BeanDeployerEnvironment Modifier and Type Method Description voidEEResourceProducerField. internalInitialize(BeanDeployerEnvironment environment) -
Uses of BeanDeployerEnvironment in org.jboss.weld.bootstrap
Classes in org.jboss.weld.bootstrap with type parameters of type BeanDeployerEnvironment Modifier and Type Class Description classAbstractBeanDeployer<E extends BeanDeployerEnvironment>Methods in org.jboss.weld.bootstrap that return BeanDeployerEnvironment Modifier and Type Method Description static BeanDeployerEnvironmentBeanDeployerEnvironmentFactory. newConcurrentEnvironment(BeanManagerImpl manager)Creates a new threadsafe BeanDeployerEnvironment instance.static BeanDeployerEnvironmentBeanDeployerEnvironmentFactory. newEnvironment(BeanManagerImpl manager)Methods in org.jboss.weld.bootstrap that return types with arguments of type BeanDeployerEnvironment Modifier and Type Method Description AbstractBeanDeployer<BeanDeployerEnvironment>ConcurrentBeanDeployer. initializeBeans()Methods in org.jboss.weld.bootstrap with parameters of type BeanDeployerEnvironment Modifier and Type Method Description voidSpecializationAndEnablementRegistry. registerEnvironment(BeanManagerImpl manager, BeanDeployerEnvironment environment, boolean additionalBeanArchive)Constructors in org.jboss.weld.bootstrap with parameters of type BeanDeployerEnvironment Constructor Description BeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanDeployerEnvironment environment)Constructor parameters in org.jboss.weld.bootstrap with type arguments of type BeanDeployerEnvironment Constructor Description SpecializedBeanResolver(Set<BeanDeployerEnvironment> accessibleEnvironments) -
Uses of BeanDeployerEnvironment in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type BeanDeployerEnvironment Modifier and Type Method Description voidEjbSupport. createNewSessionBeans(BeanDeployerEnvironment environment, BeanManagerImpl manager)CreatesNewsession beans and registers them within the given environment.voidEjbSupport. createSessionBeans(BeanDeployerEnvironment environment, SetMultimap<Class<?>,SlimAnnotatedType<?>> classes, BeanManagerImpl manager)Creates session beans and registers them within the given environment.voidEjbSupport. registerCdiInterceptorsForMessageDrivenBeans(BeanDeployerEnvironment environment, BeanManagerImpl manager)Initializes interception model for MDBs and propagates them toEjbServices.registerInterceptors(org.jboss.weld.ejb.spi.EjbDescriptor, org.jboss.weld.ejb.spi.InterceptorBindings).
-