Uses of Class
org.jboss.weld.bootstrap.BeanDeployerEnvironment
Packages that use BeanDeployerEnvironment
Package
Description
-
Uses of BeanDeployerEnvironment in org.jboss.weld.bean
Methods in org.jboss.weld.bean with parameters of type BeanDeployerEnvironmentModifier and TypeMethodDescriptionfinal 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 BeanDeployerEnvironmentModifier and TypeMethodDescriptionvoidAbstractBuiltInBean.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 BeanDeployerEnvironmentModifier and TypeMethodDescriptionvoidEEResourceProducerField.internalInitialize(BeanDeployerEnvironment environment) -
Uses of BeanDeployerEnvironment in org.jboss.weld.bootstrap
Classes in org.jboss.weld.bootstrap with type parameters of type BeanDeployerEnvironmentMethods in org.jboss.weld.bootstrap that return BeanDeployerEnvironmentModifier and TypeMethodDescriptionstatic 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 BeanDeployerEnvironmentMethods in org.jboss.weld.bootstrap with parameters of type BeanDeployerEnvironmentModifier and TypeMethodDescriptionvoidSpecializationAndEnablementRegistry.registerEnvironment(BeanManagerImpl manager, BeanDeployerEnvironment environment, boolean additionalBeanArchive) Constructors in org.jboss.weld.bootstrap with parameters of type BeanDeployerEnvironmentModifierConstructorDescriptionBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanDeployerEnvironment environment) Constructor parameters in org.jboss.weld.bootstrap with type arguments of type BeanDeployerEnvironmentModifierConstructorDescriptionSpecializedBeanResolver(Set<BeanDeployerEnvironment> accessibleEnvironments) -
Uses of BeanDeployerEnvironment in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type BeanDeployerEnvironmentModifier and TypeMethodDescriptionvoidEjbSupport.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).