Uses of Class
org.jboss.weld.bean.AbstractBean
-
Packages that use AbstractBean Package Description org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.builtin.ee JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap.events JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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 beanclassNewSessionBean<T>Represents a @New enterprise beanclassProducerField<X,T>Represents a producer fieldclassProducerMethod<X,T>Represents a producer method beanclassSessionBean<T>An enterprise bean representationMethods 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()com.google.common.collect.Multiset<AbstractBean<?,?>>SpecializationAndEnablementRegistry. getBeansSpecializedInAnyDeploymentAsMultiset()Set<? extends AbstractBean<?,?>>SpecializationAndEnablementRegistry. resolveSpecializedBeans(javax.enterprise.inject.spi.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. 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)
-