Uses of Class
org.jboss.weld.bean.CommonBean
Packages that use CommonBean
Package
Description
-
Uses of CommonBean in org.jboss.weld.bean
Subclasses of CommonBean in org.jboss.weld.beanModifier and TypeClassDescriptionclassAbstractBean<T,S> An abstract bean representation common for all beansclassAn abstract bean representation common for class-based beansclassAbstractProducerBean<X,T, S extends Member> The implicit producer beanclassCommon supertype forBeanswhich are created based on extension-providedProducerimplementation.classclassclassManagedBean<T>Represents a simple beanclassProducerField<X,T> Represents a producer fieldclassProducerMethod<X,T> Represents a producer method beanclassRIBean<T>Abstract base class with functions specific to RI built-in beansclassRepresents a class bean created based on extension-providedInjectionTargetimplementation.classRepresents aDecoratorcreated based on extension-providedInjectionTargetimplementation.classRepresents a producer field or producer method created based on extension-providedProducerimplementation. -
Uses of CommonBean in org.jboss.weld.bean.builtin
Subclasses of CommonBean in org.jboss.weld.bean.builtinModifier and TypeClassDescriptionclassclassCommon superclass forBean,InterceptorandDecoratorbuiltin beans.classBuilt-in bean that can be decorated by aDecoratorclassThe built-in bean for facade objects.classA decorated built-in bean for which, unlikeAbstractFacadeBean, decorators only need to be resolved once.classclassclassAllows a bean to obtain information about itself.classContextBean<T extends jakarta.enterprise.context.spi.Context>classclassAllows a decorator to obtain information about the bean it decorates.classAllows a decorator to obtain information about itself.classclassBuilt-in bean for event metadata.classExtensionBean<E extends jakarta.enterprise.inject.spi.Extension>classBean for InjectionPoint metadataclassclassAllows an interceptor to obtain information about the bean it intercepts.classclassAllows an interceptor to obtain information about itself.class -
Uses of CommonBean in org.jboss.weld.bean.builtin.ee
Subclasses of CommonBean in org.jboss.weld.bean.builtin.eeModifier and TypeClassDescriptionclassclassclassclassA resource producer field that is static (not injected). -
Uses of CommonBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type CommonBeanModifier and TypeMethodDescriptionprotected voidValidator.validateRIBean(CommonBean<?> bean, BeanManagerImpl beanManager, Collection<CommonBean<?>> specializedBeans) Validate an RIBean.Method parameters in org.jboss.weld.bootstrap with type arguments of type CommonBeanModifier and TypeMethodDescriptionprotected voidValidator.validateBean(jakarta.enterprise.inject.spi.Bean<?> bean, Collection<CommonBean<?>> specializedBeans, BeanManagerImpl manager, List<RuntimeException> problems) protected voidValidator.validateDecorator(jakarta.enterprise.inject.spi.Decorator<?> decorator, Collection<CommonBean<?>> specializedBeans, BeanManagerImpl manager) protected voidValidator.validateRIBean(CommonBean<?> bean, BeanManagerImpl beanManager, Collection<CommonBean<?>> specializedBeans) Validate an RIBean.