Uses of Class
org.jboss.weld.bean.AbstractBean
-
Packages that use AbstractBean Package Description org.jboss.weld.bean org.jboss.weld.bean.builtin.ee org.jboss.weld.bootstrap org.jboss.weld.bootstrap.events -
-
Uses of AbstractBean in org.jboss.weld.bean
Subclasses of AbstractBean in org.jboss.weld.bean Modifier and Type Class Description classAbstractClassBean<T>An abstract bean representation common for class-based beansclassAbstractProducerBean<X,T,S extends Member>The implicit producer beanclassDecoratorImpl<T>classInterceptorImpl<T>classManagedBean<T>Represents a simple beanclassNewManagedBean<T>Represents a @New 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 AbstractBean Modifier and Type Method Description protected 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.ee Modifier and Type Class Description classEEResourceProducerField<X,T>classStaticEEResourceProducerField<X,T>A 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 AbstractBean Modifier and Type Method Description Set<AbstractBean<?,?>>SpecializationAndEnablementRegistry. getBeansSpecializedInAnyDeployment()Map<AbstractBean<?,?>,Long>SpecializationAndEnablementRegistry. getBeansSpecializedInAnyDeploymentAsMap()Set<? extends AbstractBean<?,?>>SpecializationAndEnablementRegistry. resolveSpecializedBeans(Bean<?> specializingBean)Returns a set of beans specialized by this bean.Methods in org.jboss.weld.bootstrap with parameters of type AbstractBean Modifier and Type Method Description protected voidBeanDeployerEnvironment. addAbstractBean(AbstractBean<?,?> bean)voidBeanDeployerEnvironment. addNewBeansFromInjectionPoints(AbstractBean<?,?> bean)protected <T,S>
booleanAbstractBeanDeployer. fireProcessBeanAttributes(AbstractBean<T,S> bean)voidBeanDeployerEnvironment. vetoBean(AbstractBean<?,?> bean)Method parameters in org.jboss.weld.bootstrap with type arguments of type AbstractBean Modifier and Type Method Description protected 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)protected voidBeanDeployer. searchForNewBeanDeclarations(Iterable<? extends AbstractBean<?,?>> beans) -
Uses of AbstractBean in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type AbstractBean Modifier and Type Method Description protected static <X> voidProcessBeanImpl. fire(BeanManagerImpl beanManager, AbstractBean<X,?> bean)
-