Uses of Class
org.jboss.weld.manager.BeanManagerImpl
-
-
Uses of BeanManagerImpl in org.jboss.weld
Methods in org.jboss.weld that return BeanManagerImpl Modifier and Type Method Description BeanManagerImplContainer. activityManager(String key)Deprecated.UseContainer.getBeanManager(String)insteadprotected BeanManagerImplSimpleCDI. ambiguousBeanManager(String callerClassName, Set<BeanManagerImpl> managers)Callback that allows to override the behavior when class that invoked CDI.current() is placed in multiple bean archives.BeanManagerImplContainer. deploymentManager()Gets the manager for this application deploymentBeanManagerImplContainer. getBeanManager(String key)Get the BeanManager for a given keyprotected BeanManagerImplSimpleCDI. unsatisfiedBeanManager(String callerClassName)Callback that allows to override the behavior when CDI.current() is not called from within a bean archive.Methods in org.jboss.weld that return types with arguments of type BeanManagerImpl Modifier and Type Method Description Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl>Container. beanDeploymentArchives()Methods in org.jboss.weld with parameters of type BeanManagerImpl Modifier and Type Method Description static voidContainer. initialize(String contextId, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)static voidContainer. initialize(String contextId, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, org.jboss.weld.bootstrap.api.Environment environment)static voidContainer. initialize(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)Initialize the container for the current application deploymentstatic ContainerContainer. instance(BeanManagerImpl manager)Method parameters in org.jboss.weld with type arguments of type BeanManagerImpl Modifier and Type Method Description protected BeanManagerImplSimpleCDI. ambiguousBeanManager(String callerClassName, Set<BeanManagerImpl> managers)Callback that allows to override the behavior when class that invoked CDI.current() is placed in multiple bean archives.Constructors in org.jboss.weld with parameters of type BeanManagerImpl Constructor Description Container(String contextId, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)Container(String contextId, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, org.jboss.weld.bootstrap.api.Environment environment)Container(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices) -
Uses of BeanManagerImpl in org.jboss.weld.bean
Fields in org.jboss.weld.bean declared as BeanManagerImpl Modifier and Type Field Description protected BeanManagerImplRIBean. beanManagerMethods in org.jboss.weld.bean that return BeanManagerImpl Modifier and Type Method Description BeanManagerImplClassBean. getBeanManager()Returns theBeanManagerused by this bean.BeanManagerImplRIBean. getBeanManager()Methods in org.jboss.weld.bean with parameters of type BeanManagerImpl Modifier and Type Method Description static <T> ContextualInstanceStrategy<T>ContextualInstanceStrategy. create(BeanAttributes<T> bean, BeanManagerImpl manager)static <T> AbstractSyntheticBean<T>SyntheticBeanFactory. create(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> factory, BeanManagerImpl manager)static <T,X>
AbstractSyntheticBean<T>SyntheticBeanFactory. create(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> factory, BeanManagerImpl manager)static StringBeanIdentifiers. forBuiltInBean(BeanManagerImpl manager, Class<?> type, String suffix)static <T> TContextualInstance. get(Bean<T> bean, BeanManagerImpl manager, CreationalContext<?> ctx)Shortcut for obtaining contextual instances with semantics equivalent to:if (ctx == null) { ctx = manager.createCreationalContext(bean); } manager.getContext(bean.getScope()).get(bean, ctx);static <T> TContextualInstance. get(RIBean<T> bean, BeanManagerImpl manager, CreationalContext<?> ctx)static <T> TContextualInstance. getIfExists(Bean<T> bean, BeanManagerImpl manager)Shortcut for obtaining contextual instances with semantics equivalent to:manager.getContext(bean.getScope()).get(bean);static <T> TContextualInstance. getIfExists(RIBean<T> bean, BeanManagerImpl manager)static <T> CustomDecoratorWrapper<T>CustomDecoratorWrapper. of(Decorator<T> delegate, BeanManagerImpl beanManager)static <T> DecoratorImpl<T>DecoratorImpl. of(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> clazz, BeanManagerImpl beanManager)Creates a decorator beanstatic <X,T>
DisposalMethod<X,T>DisposalMethod. of(BeanManagerImpl manager, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean)static <T> InterceptorImpl<T>InterceptorImpl. of(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager)static <T> ManagedBean<T>ManagedBean. of(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> clazz, BeanManagerImpl beanManager)Creates a simple, annotation defined Web Beanstatic <T> NewManagedBean<T>NewManagedBean. of(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> clazz, BeanManagerImpl beanManager)Creates an instance of a NewSimpleBean from an annotated classstatic <X,T>
ProducerField<X,T>ProducerField. of(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates a producer fieldstatic <X,T>
ProducerMethod<X,T>ProducerMethod. of(BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates a producer method Web BeanConstructors in org.jboss.weld.bean with parameters of type BeanManagerImpl Constructor Description AbstractBean(BeanAttributes<T> attributes, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager)ConstructorAbstractClassBean(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager)ConstructorAbstractProducerBean(BeanAttributes<T> attributes, org.jboss.weld.serialization.spi.BeanIdentifier identifier, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)ConstructorAbstractSyntheticBean(BeanAttributes<T> attributes, BeanManagerImpl manager, Class<?> beanClass)DecoratorImpl(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager)DisposalMethod(BeanManagerImpl beanManager, EnhancedAnnotatedMethod<T,? super X> enhancedAnnotatedMethod, AbstractClassBean<X> declaringBean)InterceptorImpl(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager)ManagedBean(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager)ConstructorNewManagedBean(BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager)Protected constructorProducerField(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)ConstructorProducerMethod(org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)RIBean(BeanAttributes<T> attributes, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager)SyntheticClassBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> factory, BeanManagerImpl manager)SyntheticDecorator(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> factory, BeanManagerImpl manager)SyntheticProducerBean(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> factory, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.bean.attributes
Methods in org.jboss.weld.bean.attributes with parameters of type BeanManagerImpl Modifier and Type Method Description static <T> BeanAttributes<T>BeanAttributesFactory. forBean(EnhancedAnnotated<T,?> annotated, BeanManagerImpl manager)Creates newBeanAttributesto represent a managed bean.static <T> BeanAttributes<T>BeanAttributesFactory. forNewManagedBean(EnhancedAnnotatedType<T> weldClass, BeanManagerImpl manager)protected <S> voidBeanAttributesFactory.BeanAttributesBuilder. initStereotypes(EnhancedAnnotated<T,S> annotated, BeanManagerImpl manager)Constructors in org.jboss.weld.bean.attributes with parameters of type BeanManagerImpl Constructor Description BeanAttributesBuilder(EnhancedAnnotated<T,?> annotated, Set<Type> types, BeanManagerImpl manager)BeanAttributesBuilder(EnhancedAnnotated<T,?> annotated, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return BeanManagerImpl Modifier and Type Method Description BeanManagerImplBeanManagerImplBean. create(CreationalContext<BeanManagerImpl> creationalContext)BeanManagerImplBeanManagerProxy. delegate()protected BeanManagerImplAbstractFacade.AbstractFacadeSerializationProxy. getBeanManager()protected BeanManagerImplAbstractFacade. getBeanManager()static BeanManagerImplBeanManagerProxy. tryUnwrap(Object instance)BeanManagerImplBeanManagerProxy. unwrap()static BeanManagerImplBeanManagerProxy. unwrap(BeanManager manager)Methods in org.jboss.weld.bean.builtin that return types with arguments of type BeanManagerImpl Modifier and Type Method Description Class<BeanManagerImpl>BeanManagerImplBean. getType()Methods in org.jboss.weld.bean.builtin with parameters of type BeanManagerImpl Modifier and Type Method Description static <T extends Context>
ContextBean<T>ContextBean. of(ContextHolder<T> context, BeanManagerImpl beanManager)static <I> Instance<I>InstanceImpl. of(InjectionPoint injectionPoint, CreationalContext<I> creationalContext, BeanManagerImpl beanManager)Method parameters in org.jboss.weld.bean.builtin with type arguments of type BeanManagerImpl Modifier and Type Method Description BeanManagerImplBeanManagerImplBean. create(CreationalContext<BeanManagerImpl> creationalContext) -
Uses of BeanManagerImpl in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee that return BeanManagerImpl Modifier and Type Method Description BeanManagerImplAbstractEECallable. getBeanManager()Methods in org.jboss.weld.bean.builtin.ee with parameters of type BeanManagerImpl Modifier and Type Method Description protected ResourceInjection<T>StaticEEResourceProducerField. getResourceInjection(EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)static booleanEEResourceProducerField. isEEResourceProducerField(BeanManagerImpl beanManager, AnnotatedField<?> field)static <X,T>
EEResourceProducerField<X,T>EEResourceProducerField. of(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates an EE resource producer fieldstatic <X,T>
StaticEEResourceProducerField<X,T>StaticEEResourceProducerField. of(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Constructors in org.jboss.weld.bean.builtin.ee with parameters of type BeanManagerImpl Constructor Description AbstractEEBean(Class<T> type, Callable<T> callable, BeanManagerImpl beanManager)AbstractEECallable(BeanManagerImpl beanManager)EEResourceProducerField(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)PrincipalBean(BeanManagerImpl beanManager)StaticEEResourceProducerField(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
Uses of BeanManagerImpl in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor with parameters of type BeanManagerImpl Modifier and Type Method Description TCdiInterceptorFactory. create(CreationalContext<T> ctx, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.bean.proxy
Constructors in org.jboss.weld.bean.proxy with parameters of type BeanManagerImpl Constructor Description DecorationHelper(TargetBeanInstance originalInstance, Bean<?> bean, Class<T> proxyClassForDecorator, BeanManagerImpl beanManager, org.jboss.weld.serialization.spi.ContextualStore contextualStore, List<Decorator<?>> decorators)InterceptionFactoryDataCache(BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return BeanManagerImpl Modifier and Type Method Description BeanManagerImplBeanDeployment. getBeanManager()protected BeanManagerImplAbstractBeanDeployer. getManager()BeanManagerImplWeldBootstrap. getManager(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)BeanManagerImplWeldRuntime. getManager(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)Methods in org.jboss.weld.bootstrap that return types with arguments of type BeanManagerImpl Modifier and Type Method Description ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl>BeanDeploymentArchiveMapping. getBdaToBeanManagerMap()Methods in org.jboss.weld.bootstrap with parameters of type BeanManagerImpl Modifier and Type Method Description protected <T,X>
voidExtensionBeanDeployer. createObserverMethod(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedMethod<T,? super X> method, Set<ObserverInitializationContext<?,?>> observerMethodInitializers, boolean isAsync)protected <X> voidExtensionBeanDeployer. createObserverMethods(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedType<? super X> annotatedClass, Set<ObserverInitializationContext<?,?>> observerMethodInitializers)BeanDeploymentModuleBeanDeploymentModules. getModule(BeanManagerImpl manager)booleanWeldUnusedMetadataExtension. isInjectedByEEComponent(Bean<?> bean, BeanManagerImpl beanManager)booleanWeldUnusedMetadataExtension. isInstanceResolvedBean(Bean<?> bean, BeanManagerImpl beanManager)static BeanDeployerEnvironmentBeanDeployerEnvironmentFactory. newConcurrentEnvironment(BeanManagerImpl manager)Creates a new threadsafe BeanDeployerEnvironment instance.static BeanDeployerEnvironmentBeanDeployerEnvironmentFactory. newEnvironment(BeanManagerImpl manager)voidSpecializationAndEnablementRegistry. registerEnvironment(BeanManagerImpl manager, BeanDeployerEnvironment environment, boolean additionalBeanArchive)protected voidValidator. validateBean(Bean<?> bean, Collection<CommonBean<?>> specializedBeans, BeanManagerImpl manager, List<RuntimeException> problems)protected voidValidator. validateBeanName(String name, SetMultimap<String,Bean<?>> namedAccessibleBeans, List<String> accessibleNamespaces, BeanManagerImpl beanManager)voidConcurrentValidator. validateBeanNames(BeanManagerImpl beanManager)voidValidator. validateBeanNames(BeanManagerImpl beanManager)voidConcurrentValidator. validateBeans(Collection<? extends Bean<?>> beans, BeanManagerImpl manager)voidValidator. validateBeans(Collection<? extends Bean<?>> beans, BeanManagerImpl manager)protected voidValidator. validateDecorator(Decorator<?> decorator, Collection<CommonBean<?>> specializedBeans, BeanManagerImpl manager)voidConcurrentValidator. validateDecorators(Collection<? extends Decorator<?>> decorators, BeanManagerImpl manager)voidValidator. validateDecorators(Collection<? extends Decorator<?>> decorators, BeanManagerImpl manager)voidValidator. validateDeployment(BeanManagerImpl manager, BeanDeployment deployment)protected voidValidator. validateGeneralBean(Bean<?> bean, BeanManagerImpl beanManager)voidValidator. validateInjectionPoint(InjectionPoint ij, BeanManagerImpl beanManager)Validate an injection pointvoidValidator. validateInjectionPointForDefinitionErrors(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)Checks for definition errors associated with a givenInjectionPointvoidValidator. validateInjectionPointForDeploymentProblems(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)Checks for deployment problems associated with a givenInjectionPointvoidValidator. validateInjectionPointPassivationCapable(InjectionPoint ij, Bean<?> resolvedBean, BeanManagerImpl beanManager)protected voidValidator. validateInterceptor(Interceptor<?> interceptor, BeanManagerImpl manager)voidValidator. validateInterceptorDecoratorInjectionPointPassivationCapable(InjectionPoint ij, Bean<?> resolvedBean, BeanManagerImpl beanManager, Bean<?> bean)voidConcurrentValidator. validateInterceptors(Collection<? extends Interceptor<?>> interceptors, BeanManagerImpl manager)voidValidator. validateInterceptors(Collection<? extends Interceptor<?>> interceptors, BeanManagerImpl manager)protected voidConcurrentValidator. validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers, BeanManagerImpl beanManager)protected voidValidator. validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers, BeanManagerImpl beanManager)voidValidator. validateProducer(Producer<?> producer, BeanManagerImpl beanManager)voidConcurrentValidator. validateProducers(Collection<Producer<?>> producers, BeanManagerImpl beanManager)voidValidator. validateProducers(Collection<Producer<?>> producers, BeanManagerImpl beanManager)protected voidValidator. validateRIBean(CommonBean<?> bean, BeanManagerImpl beanManager, Collection<CommonBean<?>> specializedBeans)Validate an RIBean.voidValidator. validateSpecialization(BeanManagerImpl manager)Constructors in org.jboss.weld.bootstrap with parameters of type BeanManagerImpl Constructor Description AbstractBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services, E environment)BeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)BeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanDeployerEnvironment environment)BeanDeployerEnvironment(Set<SlimAnnotatedTypeContext<?>> annotatedTypes, Set<Class<?>> vetoedClasses, SetMultimap<Class<?>,AbstractClassBean<?>> classBeanMap, Set<ProducerField<?,?>> producerFields, SetMultimap<BeanDeployerEnvironment.WeldMethodKey,ProducerMethod<?,?>> producerMethodBeanMap, Set<RIBean<?>> beans, Set<ObserverInitializationContext<?,?>> observers, Set<DisposalMethod<?,?>> allDisposalBeans, Set<DisposalMethod<?,?>> resolvedDisposalBeans, Set<DecoratorImpl<?>> decorators, Set<InterceptorImpl<?>> interceptors, Set<Type> newBeanTypes, BeanManagerImpl manager)BeanDeployerEnvironment(BeanManagerImpl manager)BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, Collection<ContextHolder<? extends Context>> contexts)BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, Collection<ContextHolder<? extends Context>> contexts, boolean additionalBeanArchive)BeanDeploymentFinder(BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts, BeanManagerImpl deploymentManager)ConcurrentBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)DeploymentVisitor(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.Environment environment, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts, BeanDeploymentArchiveMapping bdaMapping)ExtensionBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)WeldRuntime(String contextId, BeanManagerImpl deploymentManager, ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap)Constructor parameters in org.jboss.weld.bootstrap with type arguments of type BeanManagerImpl Constructor Description WeldRuntime(String contextId, BeanManagerImpl deploymentManager, ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap) -
Uses of BeanManagerImpl in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return BeanManagerImpl Modifier and Type Method Description protected BeanManagerImplAbstractContainerEvent. getBeanManager()BeanManagerImplInterceptorConfiguratorImpl. getBeanManager()Methods in org.jboss.weld.bootstrap.events with parameters of type BeanManagerImpl Modifier and Type Method Description protected static <X> InjectionTarget<X>AbstractProcessInjectionTarget. fire(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)protected static <X> voidAbstractProcessInjectionTarget. fire(BeanManagerImpl beanManager, AbstractClassBean<X> bean)static voidAfterBeanDiscoveryImpl. fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)static voidAfterDeploymentValidationImpl. fire(BeanManagerImpl beanManager)static voidAfterTypeDiscoveryImpl. fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)static voidBeforeBeanDiscoveryImpl. fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)static voidBeforeShutdownImpl. fire(BeanManagerImpl beanManager)protected static <T> ProcessBeanAttributesImpl<T>ProcessBeanAttributesImpl. fire(BeanManagerImpl beanManager, BeanAttributes<T> attributes, Annotated annotated, Type type)protected static <X> voidProcessBeanImpl. fire(BeanManagerImpl beanManager, Bean<X> bean)protected static <X> voidProcessBeanImpl. fire(BeanManagerImpl beanManager, AbstractBean<X,?> bean)protected static <T,X>
FieldInjectionPointAttributes<T,X>ProcessInjectionPointImpl. fire(FieldInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager)static <T,X>
ParameterInjectionPointAttributes<T,X>ProcessInjectionPointImpl. fire(ParameterInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager)protected static <X> voidProcessManagedBeanImpl. fire(BeanManagerImpl beanManager, ManagedBean<X> bean)static <T,X>
ObserverMethod<T>ProcessObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod)protected static <T,X>
voidProcessProducerFieldImpl. fire(BeanManagerImpl beanManager, ProducerField<T,X> bean)protected static <T,X>
voidProcessProducerImpl. fire(BeanManagerImpl beanManager, AbstractProducerBean<T,X,Member> bean)protected static <T,X>
voidProcessProducerMethodImpl. fire(BeanManagerImpl beanManager, ProducerMethod<T,X> bean)protected static <X> voidProcessSessionBeanImpl. fire(BeanManagerImpl beanManager, SessionBean<Object> bean)protected static <X> voidProcessSynthethicBeanImpl. fire(BeanManagerImpl beanManager, Bean<X> bean, Extension extension)static <T,X>
ObserverMethod<T>ProcessSyntheticObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod, Extension extension)<T> ProcessAnnotatedTypeImpl<T>ContainerLifecycleEvents. fireProcessAnnotatedType(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext)voidContainerLifecycleEvents. fireProcessBean(BeanManagerImpl beanManager, Bean<?> bean)voidContainerLifecycleEvents. fireProcessBean(BeanManagerImpl beanManager, Bean<?> bean, Extension extension)<T> ProcessBeanAttributesImpl<T>ContainerLifecycleEvents. fireProcessBeanAttributes(BeanManagerImpl beanManager, BeanAttributes<T> attributes, Annotated annotated, Type type)<T,X>
FieldInjectionPointAttributes<T,X>ContainerLifecycleEvents. fireProcessInjectionPoint(FieldInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager)<T,X>
ParameterInjectionPointAttributes<T,X>ContainerLifecycleEvents. fireProcessInjectionPoint(ParameterInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager)<X> InjectionTarget<X>ContainerLifecycleEvents. fireProcessInjectionTarget(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)voidContainerLifecycleEvents. fireProcessInjectionTarget(BeanManagerImpl beanManager, AbstractClassBean<?> bean)<T> ObserverMethod<T>ContainerLifecycleEvents. fireProcessObserverMethod(BeanManagerImpl beanManager, ObserverMethod<T> observer, Extension extension)<T,X>
ObserverMethod<T>ContainerLifecycleEvents. fireProcessObserverMethod(BeanManagerImpl beanManager, ObserverMethodImpl<T,X> observer)voidContainerLifecycleEvents. fireProcessProducer(BeanManagerImpl beanManager, AbstractProducerBean<?,?,Member> bean) -
Uses of BeanManagerImpl in org.jboss.weld.bootstrap.events.configurator
Methods in org.jboss.weld.bootstrap.events.configurator that return BeanManagerImpl Modifier and Type Method Description BeanManagerImplBeanConfiguratorImpl. getBeanManager()Constructors in org.jboss.weld.bootstrap.events.configurator with parameters of type BeanManagerImpl Constructor Description BeanAttributesConfiguratorImpl(BeanAttributes<T> beanAttributes, BeanManagerImpl beanManager)BeanAttributesConfiguratorImpl(BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.contexts.activator
Fields in org.jboss.weld.contexts.activator declared as BeanManagerImpl Modifier and Type Field Description protected BeanManagerImplAbstractActivateRequestContextInterceptor. beanManagerConstructors in org.jboss.weld.contexts.activator with parameters of type BeanManagerImpl Constructor Description AbstractActivateRequestContextInterceptor(RequestContext requestContext, BeanManagerImpl beanManager)ActivateRequestContextInterceptor(RequestContext requestContext, BeanManagerImpl beanManager)CdiRequestContextActivatorInterceptor(RequestContext requestContext, BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.contexts.conversation
Constructors in org.jboss.weld.contexts.conversation with parameters of type BeanManagerImpl Constructor Description ConversationImpl(BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.event
Fields in org.jboss.weld.event declared as BeanManagerImpl Modifier and Type Field Description protected BeanManagerImplObserverMethodImpl. beanManagerMethods in org.jboss.weld.event with parameters of type BeanManagerImpl Modifier and Type Method Description static <T,X>
ObserverMethodImpl<T,X>ObserverFactory. create(EnhancedAnnotatedMethod<T,? super X> method, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync)Creates an observerprotected MethodInjectionPoint<T,? super X>ExtensionObserverMethodImpl. initMethodInjectionPoint(EnhancedAnnotatedMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager)protected MethodInjectionPoint<T,? super X>ObserverMethodImpl. initMethodInjectionPoint(EnhancedAnnotatedMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager)static <E> EventImpl<E>EventImpl. of(InjectionPoint injectionPoint, BeanManagerImpl beanManager)static <T> FastEvent<T>FastEvent. of(Class<T> type, BeanManagerImpl manager, Annotation... qualifiers)Same asFastEvent.of(Class, BeanManagerImpl, Annotation...), just the accessible lenient observer notifier is used for observer method resolutionstatic <T> FastEvent<T>FastEvent. of(Class<T> type, BeanManagerImpl manager, ObserverNotifier notifier, Annotation... qualifiers)Constructs a new FastEvent instancevoidGlobalObserverNotifierService. registerBeanManager(BeanManagerImpl manager)Constructors in org.jboss.weld.event with parameters of type BeanManagerImpl Constructor Description ExtensionObserverMethodImpl(EnhancedAnnotatedMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync)ObserverMethodImpl(EnhancedAnnotatedMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync)Creates an Observer which describes and encapsulates an observer method (8.5). -
Uses of BeanManagerImpl in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type BeanManagerImpl Modifier and Type Method Description <T> ConstructorInjectionPoint<T>InjectionPointFactory. createConstructorInjectionPoint(Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> constructor, BeanManagerImpl manager)<T> ConstructorInjectionPoint<T>InjectionPointFactory. createConstructorInjectionPoint(Bean<T> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager)<T,X>
FieldInjectionPoint<T,X>InjectionPointFactory. createFieldInjectionPoint(EnhancedAnnotatedField<T,X> field, Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager)Creates a newFieldInjectionPointand fires theProcessInjectionPointevent.<T,X>
MethodInjectionPoint<T,X>InjectionPointFactory. createMethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedMethod<T,X> enhancedMethod, Bean<?> declaringBean, Class<?> declaringComponentClass, Set<Class<? extends Annotation>> specialParameterMarkers, BeanManagerImpl manager)<T,X>
ParameterInjectionPoint<T,X>InjectionPointFactory. createParameterInjectionPoint(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager)Creates a newParameterInjectionPointand fires theProcessInjectionPointevent.protected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor. createResourceInjections(Iterable<EnhancedAnnotatedField<?,? super T>> fields, Iterable<EnhancedAnnotatedMethod<?,? super T>> methods, Bean<?> declaringBean, Class<?> declaringClass, BeanManagerImpl manager)protected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor. createResourceInjections(Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager)protected <T,X>
ResourceInjection<T>ResourceInjectionProcessor. createStaticProducerFieldResourceInjection(FieldInjectionPoint<T,X> fieldInjectionPoint, BeanManagerImpl beanManager)static MethodInvocationStrategyMethodInvocationStrategy. forDisposer(MethodInjectionPoint<?,?> method, BeanManagerImpl manager)static MethodInvocationStrategyMethodInvocationStrategy. forObserver(MethodInjectionPoint<?,?> method, BeanManagerImpl manager)List<Set<FieldInjectionPoint<?,?>>>InjectionPointFactory. getFieldInjectionPoints(Bean<?> declaringBean, EnhancedAnnotatedType<?> type, BeanManagerImpl manager)protected abstract SResourceInjectionProcessor. getInjectionServices(BeanManagerImpl manager)Class<? extends Annotation>ResourceInjectionProcessor. getMarkerAnnotation(BeanManagerImpl manager)<X> List<ParameterInjectionPoint<?,X>>InjectionPointFactory. getParameterInjectionPoints(EnhancedAnnotatedCallable<?,X,?> callable, Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager, boolean observerOrDisposer)Object[]ConstructorInjectionPoint. getParameterValues(BeanManagerImpl manager, CreationalContext<?> ctx, CreationalContext<?> transientReference)Helper method for getting the current parameter values from a list of annotated parameters.protected abstract CResourceInjectionProcessor. getProcessorContext(BeanManagerImpl manager)List<Set<ResourceInjection<?>>>ResourceInjectionFactory. getResourceInjections(Bean<?> declaringBean, EnhancedAnnotatedType<?> type, BeanManagerImpl manager)<T,X>
ResourceInjection<T>ResourceInjectionFactory. getStaticProducerFieldResourceInjection(FieldInjectionPoint<T,X> fieldInjectionPoint, BeanManagerImpl beanManager)TParameterInjectionPoint. getValueToInject(BeanManagerImpl manager, CreationalContext<?> creationalContext)TParameterInjectionPointImpl. getValueToInject(BeanManagerImpl manager, CreationalContext<?> creationalContext)voidFieldInjectionPoint. inject(Object declaringInstance, BeanManagerImpl manager, CreationalContext<?> creationalContext)abstract TMethodInjectionPoint. invoke(Object receiver, Object specialValue, BeanManagerImpl manager, CreationalContext<?> ctx, Class<? extends RuntimeException> exceptionTypeToThrow)Invokes the method.abstract <T> voidMethodInvocationStrategy. invoke(Object receiver, MethodInjectionPoint<?,?> method, T instance, BeanManagerImpl manager, CreationalContext<?> creationalContext)TConstructorInjectionPoint. newInstance(BeanManagerImpl manager, CreationalContext<?> ctx)static <F> InterceptionFactoryImpl<F>InterceptionFactoryImpl. of(BeanManagerImpl beanManager, CreationalContext<?> creationalContext, AnnotatedType<F> annotatedType)protected <T,X>
FieldInjectionPointAttributes<T,X>InjectionPointFactory. processInjectionPoint(FieldInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager)Notifies CDI extension of a givenInjectionPoint.protected <T,X>
ParameterInjectionPointAttributes<T,X>InjectionPointFactory. processInjectionPoint(ParameterInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager)Notifies CDI extension of a givenInjectionPoint.Constructors in org.jboss.weld.injection with parameters of type BeanManagerImpl Constructor Description ConstructorInjectionPoint(EnhancedAnnotatedConstructor<T> constructor, Bean<T> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager)InjectionContextImpl(BeanManagerImpl beanManager, InjectionTarget<T> injectionTarget, AnnotatedType<T> annotatedType, T target)MethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedCallable<T,X,Method> callable, Bean<?> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager)ProxyClassConstructorInjectionPointWrapper(Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> weldConstructor, ConstructorInjectionPoint<T> originalConstructorInjectionPoint, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.injection.attributes
Methods in org.jboss.weld.injection.attributes with parameters of type BeanManagerImpl Modifier and Type Method Description TSpecialParameterInjectionPoint. getValueToInject(BeanManagerImpl manager, CreationalContext<?> creationalContext)static <T,X>
InferringFieldInjectionPointAttributes<T,X>InferringFieldInjectionPointAttributes. of(EnhancedAnnotatedField<T,X> field, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)static <T,X>
InferringParameterInjectionPointAttributes<T,X>InferringParameterInjectionPointAttributes. of(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)static <T,X>
ParameterInjectionPoint<T,X>SpecialParameterInjectionPoint. of(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)Constructors in org.jboss.weld.injection.attributes with parameters of type BeanManagerImpl Constructor Description InferringFieldInjectionPointAttributes(EnhancedAnnotatedField<T,X> field, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)InferringParameterInjectionPointAttributes(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)SpecialParameterInjectionPoint(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.injection.producer
Fields in org.jboss.weld.injection.producer declared as BeanManagerImpl Modifier and Type Field Description protected BeanManagerImplBasicInjectionTarget. beanManagerMethods in org.jboss.weld.injection.producer that return BeanManagerImpl Modifier and Type Method Description abstract BeanManagerImplAbstractMemberProducer. getBeanManager()BeanManagerImplBasicInjectionTarget. getBeanManager()Methods in org.jboss.weld.injection.producer with parameters of type BeanManagerImpl Modifier and Type Method Description protected abstract TAbstractDecoratorApplyingInstantiator. applyDecorators(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)protected TSubclassDecoratorApplyingInstantiator. applyDecorators(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)static <T> BasicInjectionTarget<T>BasicInjectionTarget. create(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker)static <T> NonProducibleInjectionTarget<T>NonProducibleInjectionTarget. create(EnhancedAnnotatedType<T> type, Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager)static <T> NonProducibleInjectionTarget<T>NonProducibleInjectionTarget. create(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager)static <T> BasicInjectionTarget<T>BasicInjectionTarget. createDefault(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Instantiator<T> instantiator)static <T> BeanInjectionTarget<T>BeanInjectionTarget. createDefault(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager)protected Class<T>SubclassedComponentInstantiator. createEnhancedSubclass(EnhancedAnnotatedType<T> type, Bean<?> bean, BeanManagerImpl manager)static <T> BasicInjectionTarget<T>BasicInjectionTarget. createNonCdiInterceptor(EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager)CreatesInjectionTargetfor interceptors which do not have associatedInterceptor.static <T> BeanInjectionTarget<T>BeanInjectionTarget. forCdiInterceptor(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl manager)static <T> SubclassedComponentInstantiator<T>SubclassedComponentInstantiator. forInterceptedDecoratedBean(EnhancedAnnotatedType<T> type, Bean<T> bean, AbstractInstantiator<T> delegate, BeanManagerImpl manager)static <T> SubclassedComponentInstantiator<T>SubclassedComponentInstantiator. forSubclassedEjb(EnhancedAnnotatedType<T> componentType, EnhancedAnnotatedType<T> subclass, Bean<T> bean, BeanManagerImpl manager)protected TAbstractDecoratorApplyingInstantiator. getOuterDelegate(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)protected EnhancedAnnotatedConstructor<T>SubclassedComponentInstantiator. initEnhancedSubclass(BeanManagerImpl manager, EnhancedAnnotatedType<T> type, Bean<?> bean, ConstructorInjectionPoint<T> originalConstructorInjectionPoint)protected Instantiator<T>BasicInjectionTarget. initInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Set<InjectionPoint> injectionPoints)Returns an instantiator that will be used to create a new instance of a given component.protected Instantiator<T>DecoratorInjectionTarget. initInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Set<InjectionPoint> injectionPoints)protected Instantiator<T>NonProducibleInjectionTarget. initInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Set<InjectionPoint> injectionPoints)voidDefaultInjector. inject(T instance, CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, InjectionTarget<T> injectionTarget)voidInjector. inject(T instance, CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, InjectionTarget<T> injectionTarget)voidResourceInjector. inject(T instance, CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, InjectionTarget<T> injectionTarget)TAbstractDecoratorApplyingInstantiator. newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)TAbstractInstantiator. newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)TConstructorInterceptionInstantiator. newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)TForwardingInstantiator. newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)TInstantiator. newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)TInterceptorApplyingInstantiator. newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)static <T> DefaultInjector<T>DefaultInjector. of(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager)static <T> InterceptionModelInitializer<T>InterceptionModelInitializer. of(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, Bean<?> bean)static <T> ResourceInjector<T>ResourceInjector. of(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy with parameters of type BeanManagerImpl Modifier and Type Method Description static InterceptionContextInterceptionContext. forConstructorInterception(InterceptionModel interceptionModel, CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type)The context returned by this method may be later reused for other interception types.static InterceptionContextInterceptionContext. forNonConstructorInterception(InterceptionModel interceptionModel, CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) -
Uses of BeanManagerImpl in org.jboss.weld.interceptor.reader
Methods in org.jboss.weld.interceptor.reader with parameters of type BeanManagerImpl Modifier and Type Method Description static Map<InterceptionType,List<Method>>InterceptorMetadataUtils. buildMethodMap(EnhancedAnnotatedType<?> type, boolean forTargetClass, BeanManagerImpl manager)TPlainInterceptorFactory. create(CreationalContext<T> ctx, BeanManagerImpl manager)static <T> PlainInterceptorFactory<T>PlainInterceptorFactory. of(Class<T> javaClass, BeanManagerImpl manager)Constructors in org.jboss.weld.interceptor.reader with parameters of type BeanManagerImpl Constructor Description InterceptorMetadataReader(BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.interceptor.spi.metadata
Methods in org.jboss.weld.interceptor.spi.metadata with parameters of type BeanManagerImpl Modifier and Type Method Description TInterceptorFactory. create(CreationalContext<T> ctx, BeanManagerImpl manager)Create a new instance of the interceptor -
Uses of BeanManagerImpl in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return BeanManagerImpl Modifier and Type Method Description protected BeanManagerImplAbstractProducerFactory. getManager()static BeanManagerImplBeanManagerLookupService. lookupBeanManager(Class<?> javaClass, BeanManagerImpl fallback)static BeanManagerImplBeanManagerImpl. newManager(BeanManagerImpl rootManager, String id, org.jboss.weld.bootstrap.api.ServiceRegistry services)static BeanManagerImplBeanManagerImpl. newRootManager(String contextId, String id, org.jboss.weld.bootstrap.api.ServiceRegistry serviceRegistry)Create a new, root, managerBeanManagerImplBeanManagerImpl. unwrap()Methods in org.jboss.weld.manager that return types with arguments of type BeanManagerImpl Modifier and Type Method Description HashSet<BeanManagerImpl>BeanManagerImpl. getAccessibleManagers()Methods in org.jboss.weld.manager with parameters of type BeanManagerImpl Modifier and Type Method Description voidBeanManagerImpl. addAccessibleBeanManager(BeanManagerImpl accessibleBeanManager)static BeanManagerImplBeanManagerLookupService. lookupBeanManager(Class<?> javaClass, BeanManagerImpl fallback)static BeanManagerImplBeanManagerImpl. newManager(BeanManagerImpl rootManager, String id, org.jboss.weld.bootstrap.api.ServiceRegistry services)Constructors in org.jboss.weld.manager with parameters of type BeanManagerImpl Constructor Description AbstractProducerFactory(Bean<X> declaringBean, BeanManagerImpl manager)FieldProducerFactory(AnnotatedField<? super X> field, Bean<X> declaringBean, BeanManagerImpl manager)InjectionTargetFactoryImpl(AnnotatedType<T> type, BeanManagerImpl manager)MethodProducerFactory(AnnotatedMethod<? super X> method, Bean<X> declaringBean, BeanManagerImpl manager)Constructor parameters in org.jboss.weld.manager with type arguments of type BeanManagerImpl Constructor Description BeanManagerLookupService(org.jboss.weld.bootstrap.spi.CDI11Deployment deployment, ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap) -
Uses of BeanManagerImpl in org.jboss.weld.metadata.cache
Methods in org.jboss.weld.metadata.cache with parameters of type BeanManagerImpl Modifier and Type Method Description static <T,E>
MergedStereotypes<T,E>MergedStereotypes. of(Set<Annotation> stereotypeAnnotations, BeanManagerImpl manager)static <T,E>
MergedStereotypes<T,E>MergedStereotypes. of(EnhancedAnnotated<T,E> annotated, BeanManagerImpl manager)Constructors in org.jboss.weld.metadata.cache with parameters of type BeanManagerImpl Constructor Description MergedStereotypes(Set<Annotation> stereotypeAnnotations, BeanManagerImpl manager)Constructor -
Uses of BeanManagerImpl in org.jboss.weld.module
Methods in org.jboss.weld.module that return BeanManagerImpl Modifier and Type Method Description BeanManagerImplWeldModule.PostBeanArchiveServiceRegistrationContext. getBeanManager()Returns theBeanManagerImplfor the given bean archive deployment.BeanManagerImplWeldModule.PreBeanRegistrationContext. getBeanManager()Returns theBeanManagerImplfor the given bean archive deployment.Methods in org.jboss.weld.module with parameters of type BeanManagerImpl Modifier and Type Method Description javax.el.ELResolverExpressionLanguageSupport. createElResolver(BeanManagerImpl manager)Creates anELResolverfor givenBeanManagerImpl<T> BasicInjectionTarget<T>EjbSupport. createMessageDrivenInjectionTarget(EnhancedAnnotatedType<T> type, org.jboss.weld.ejb.spi.EjbDescriptor<T> descriptor, BeanManagerImpl manager)Creates anInjectionTargetimplementation for a message-driven bean.voidEjbSupport. createNewSessionBeans(BeanDeployerEnvironment environment, BeanManagerImpl manager)CreatesNewsession beans and registers them within the given environment.<T> BeanAttributes<T>EjbSupport. createSessionBeanAttributes(EnhancedAnnotatedType<T> type, BeanManagerImpl manager)Creates aBeanAttributesobject for a session bean from the given annotated type and ejb descriptor.<T> BasicInjectionTarget<T>EjbSupport. createSessionBeanInjectionTarget(EnhancedAnnotatedType<T> type, SessionBean<T> bean, BeanManagerImpl manager)Creates anInjectionTargetimplementation for a given session bean.voidEjbSupport. createSessionBeans(BeanDeployerEnvironment environment, SetMultimap<Class<?>,SlimAnnotatedType<?>> classes, BeanManagerImpl manager)Creates session beans and registers them within the given environment.voidWeldModules. postBeanArchiveServiceRegistration(org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.BeanDeploymentArchive archive)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).default voidPlugableValidator. validateInjectionPointForDefinitionErrors(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)default voidPlugableValidator. validateInjectionPointForDeploymentProblems(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return BeanManagerImpl Modifier and Type Method Description protected BeanManagerImplAbstractTypeSafeBeanResolver. getBeanManager()BeanManagerImplTypeSafeInterceptorResolver. getManager()Constructors in org.jboss.weld.resolution with parameters of type BeanManagerImpl Constructor Description AbstractTypeSafeBeanResolver(BeanManagerImpl beanManager, Iterable<T> beans)DecoratorResolvableBuilder(BeanManagerImpl manager)InterceptorResolvableBuilder(Type type, BeanManagerImpl manager)InterceptorResolvableBuilder(BeanManagerImpl manager)NameBasedResolver(BeanManagerImpl manager, Iterable<? extends Bean<?>> allBeans)ConstructorResolvableBuilder(Type type, BeanManagerImpl beanManager)ResolvableBuilder(InjectionPoint injectionPoint, BeanManagerImpl manager)ResolvableBuilder(BeanManagerImpl manager)TypeSafeBeanResolver(BeanManagerImpl beanManager, Iterable<Bean<?>> beans)TypeSafeDecoratorResolver(BeanManagerImpl manager, Iterable<Decorator<?>> decorators)TypeSafeInterceptorResolver(BeanManagerImpl manager, Iterable<Interceptor<?>> interceptors) -
Uses of BeanManagerImpl in org.jboss.weld.resources
Methods in org.jboss.weld.resources with parameters of type BeanManagerImpl Modifier and Type Method Description static ClassTransformerClassTransformer. instance(BeanManagerImpl manager)static SharedObjectCacheSharedObjectCache. instance(BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type BeanManagerImpl Modifier and Type Method Description static <T> voidBeans. callInitializers(T instance, CreationalContext<T> creationalContext, BeanManagerImpl manager, Iterable<? extends MethodInjectionPoint<?,?>> initializerMethods)Calls all initializers of the beanstatic <T> voidDecorators. checkAbstractMethods(Set<Type> decoratedTypes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager)Check all abstract methods are declared by the decorated types.static booleanBeans. containsAllInterceptionBindings(Set<Annotation> expectedBindings, Set<QualifierInstance> existingBindings, BeanManagerImpl manager)static <T> NonProducibleInjectionTarget<T>InjectionTargets. createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager)static <T> NonProducibleInjectionTarget<T>InjectionTargets. createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager)static Set<Annotation>Interceptors. filterInterceptorBindings(BeanManagerImpl beanManager, Collection<Annotation> annotations)Extracts a set of interceptor bindings from a collection of annotations.static Set<Annotation>Interceptors. flattenInterceptorBindings(EnhancedAnnotatedType<?> clazz, BeanManagerImpl beanManager, Collection<Annotation> annotations, boolean addTopLevelInterceptorBindings, boolean addInheritedInterceptorBindings)Extracts a flat set of interception bindings from a given set of interceptor bindings.static Set<InvokableAnnotatedMethod<?>>Decorators. getDecoratorMethods(BeanManagerImpl beanManager, WeldDecorator<?> decorator)Determines the set ofInvokableAnnotatedMethods representing decorated methods of the specified decorator.static <T> List<Set<MethodInjectionPoint<?,?>>>BeanMethods. getInitializerMethods(Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager)static BeanDeploymentDeploymentStructures. getOrCreateBeanDeployment(org.jboss.weld.bootstrap.spi.Deployment deployment, BeanManagerImpl deploymentManager, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts, Class<?> clazz)static <T> TDecorators. getOuterDelegate(Bean<T> bean, T instance, CreationalContext<T> creationalContext, Class<T> proxyClass, InjectionPoint originalInjectionPoint, BeanManagerImpl manager, List<Decorator<?>> decorators)static StringInjectionPoints. getUnsatisfiedDependenciesAdditionalInfo(InjectionPoint ij, BeanManagerImpl beanManager)static <T> voidBeans. injectBoundFields(T instance, CreationalContext<T> creationalContext, BeanManagerImpl manager, Iterable<? extends FieldInjectionPoint<?,?>> injectableFields)Injects bound fieldsstatic <T> voidBeans. injectFieldsAndInitializers(T instance, CreationalContext<T> ctx, BeanManagerImpl beanManager, List<? extends Iterable<? extends FieldInjectionPoint<?,?>>> injectableFields, List<? extends Iterable<? extends MethodInjectionPoint<?,?>>> initializerMethods)static booleanBeans. isBeanProxyable(Bean<?> bean, BeanManagerImpl manager)Indicates if a bean is proxyablestatic booleanObservers. isObserverMethodEnabled(ObserverMethod<?> method, BeanManagerImpl manager)static booleanBeans. isPassivatingScope(Bean<?> bean, BeanManagerImpl manager)Indicates if a bean's scope type is passivatingstatic Multimap<Class<? extends Annotation>,Annotation>Interceptors. mergeBeanInterceptorBindings(BeanManagerImpl beanManager, AnnotatedType<?> clazz, Collection<Annotation> classBindingAnnotations, Collection<Annotation> inheritedBindingAnnotations)Merge class-level interceptor bindings with interceptor bindings inherited from interceptor bindings and stereotypes.static Multimap<Class<? extends Annotation>,Annotation>Interceptors. mergeBeanInterceptorBindings(BeanManagerImpl beanManager, EnhancedAnnotatedType<?> clazz, Collection<Class<? extends Annotation>> stereotypes)Merge class-level interceptor bindings with interceptor bindings inherited from interceptor bindings and stereotypes.static Set<Annotation>Beans. mergeInQualifiers(BeanManagerImpl manager, Collection<Annotation> qualifiers, Annotation[] newQualifiers)static <T extends Bean<?>>
Set<T>Beans. removeDisabledBeans(Set<T> beans, BeanManagerImpl beanManager)Retains only beans which are enabled.Constructors in org.jboss.weld.util with parameters of type BeanManagerImpl Constructor Description InterceptorBindingSet(BeanManagerImpl beanManager)
-