|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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 | ||
---|---|---|
|
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |