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   
 

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,X> method, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
          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.addBean(ProducerMethod<?,?> bean)
           
 

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

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

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



Copyright © 2008-2009 Seam Framework. All Rights Reserved.