Uses of Class
org.jboss.weld.bean.ProducerMethod

Packages that use ProducerMethod
org.jboss.weld.bean   
org.jboss.weld.bootstrap   
org.jboss.weld.bootstrap.events   
org.jboss.weld.util   
 

Uses of ProducerMethod in org.jboss.weld.bean
 

Methods in org.jboss.weld.bean that return ProducerMethod
static
<X,T> ProducerMethod<X,T>
ProducerMethod.of(WeldMethod<T,? super X> method, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Creates a producer method Web Bean
 

Uses of ProducerMethod in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap that return ProducerMethod
<X,T> ProducerMethod<X,T>
BeanDeployerEnvironment.getProducerMethod(WeldMethod<X,T> method)
           
 

Methods in org.jboss.weld.bootstrap with parameters of type ProducerMethod
 void BeanDeployerEnvironment.addProducerMethod(ProducerMethod<?,?> bean)
           
 

Uses of ProducerMethod in org.jboss.weld.bootstrap.events
 

Methods in org.jboss.weld.bootstrap.events with parameters of type ProducerMethod
static
<T,X> void
ProcessProducerMethodImpl.fire(BeanManagerImpl beanManager, ProducerMethod<T,X> bean)
           
 

Constructors in org.jboss.weld.bootstrap.events with parameters of type ProducerMethod
ProcessProducerMethodImpl(BeanManagerImpl beanManager, ProducerMethod<T,X> bean)
           
 

Uses of ProducerMethod in org.jboss.weld.util
 

Methods in org.jboss.weld.util that return ProducerMethod
 ProducerMethod<?,?> BeansClosure.getProducerMethod(WeldMethod<?,?> superClassMethod)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.