Uses of Class
org.jboss.weld.bean.AbstractBean
Packages that use AbstractBean
Package
Description
-
Uses of AbstractBean in org.jboss.weld.bean
Subclasses of AbstractBean in org.jboss.weld.beanModifier and TypeClassDescriptionclassAn abstract bean representation common for class-based beansclassAbstractProducerBean<X,T, S extends Member> The implicit producer beanclassclassclassManagedBean<T>Represents a simple beanclassProducerField<X,T> Represents a producer fieldclassProducerMethod<X,T> Represents a producer method beanMethods in org.jboss.weld.bean that return types with arguments of type AbstractBeanModifier and TypeMethodDescriptionprotected Set<? extends AbstractBean<?,?>> AbstractBean.getSpecializedBeans()Set<AbstractBean<?,?>> ProducerField.getSpecializedBeans() -
Uses of AbstractBean in org.jboss.weld.bean.builtin.ee
Subclasses of AbstractBean in org.jboss.weld.bean.builtin.eeModifier and TypeClassDescriptionclassclassA resource producer field that is static (not injected). -
Uses of AbstractBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type AbstractBeanModifier and TypeMethodDescriptionSet<AbstractBean<?,?>> SpecializationAndEnablementRegistry.getBeansSpecializedInAnyDeployment()Map<AbstractBean<?,?>, Long> SpecializationAndEnablementRegistry.getBeansSpecializedInAnyDeploymentAsMap()Set<? extends AbstractBean<?,?>> SpecializationAndEnablementRegistry.resolveSpecializedBeans(jakarta.enterprise.inject.spi.Bean<?> specializingBean) Returns a set of beans specialized by this bean.Methods in org.jboss.weld.bootstrap with parameters of type AbstractBeanModifier and TypeMethodDescriptionprotected voidBeanDeployerEnvironment.addAbstractBean(AbstractBean<?, ?> bean) protected <T,S> boolean AbstractBeanDeployer.fireProcessBeanAttributes(AbstractBean<T, S> bean) voidBeanDeployerEnvironment.vetoBean(AbstractBean<?, ?> bean) Method parameters in org.jboss.weld.bootstrap with type arguments of type AbstractBeanModifier and TypeMethodDescriptionprotected voidBeanDeployer.processBeanAttributes(Iterable<? extends AbstractBean<?, ?>> beans) protected voidBeanDeployer.processBeans(Iterable<? extends AbstractBean<?, ?>> beans) protected voidAbstractBeanDeployer.processInjectionTargetEvents(Iterable<? extends AbstractBean<?, ?>> beans) protected voidAbstractBeanDeployer.processProducerEvents(Iterable<? extends AbstractBean<?, ?>> beans) -
Uses of AbstractBean in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type AbstractBeanModifier and TypeMethodDescriptionprotected static <X> voidProcessBeanImpl.fire(BeanManagerImpl beanManager, AbstractBean<X, ?> bean)