Uses of Interface
jakarta.enterprise.inject.spi.ProducerFactory
Packages that use ProducerFactory
Package
Description
The portable extension integration SPI.
-
Uses of ProducerFactory in com.sun.faces.util
Methods in com.sun.faces.util that return ProducerFactoryModifier and TypeMethodDescription<X> ProducerFactory
<X> ELAwareBeanManagerWrapper.getProducerFactory
(AnnotatedField<? super X> field, Bean<X> declaringBean) <X> ProducerFactory
<X> ELAwareBeanManagerWrapper.getProducerFactory
(AnnotatedMethod<? super X> method, Bean<X> declaringBean) Methods in com.sun.faces.util with parameters of type ProducerFactoryModifier and TypeMethodDescription<T,
X> Bean <T> ELAwareBeanManagerWrapper.createBean
(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> producerFactory) -
Uses of ProducerFactory in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return ProducerFactoryModifier and TypeMethodDescription<X> ProducerFactory
<X> BeanManager.getProducerFactory
(AnnotatedField<? super X> field, Bean<X> declaringBean) An implementation ofProducerFactory
that provides container createdProducer
instances for the given field.<X> ProducerFactory
<X> BeanManager.getProducerFactory
(AnnotatedMethod<? super X> method, Bean<X> declaringBean) An implementation ofProducerFactory
that provides container createdProducer
instances for the given method.Methods in jakarta.enterprise.inject.spi with parameters of type ProducerFactoryModifier and TypeMethodDescription<T,
X> Bean <T> BeanManager.createBean
(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> producerFactory)