Uses of Interface
jakarta.enterprise.inject.spi.ProcessBean
Package
Description
The portable extension integration SPI.
-
Uses of ProcessBean in com.sun.faces.application.view
Modifier and TypeMethodDescriptionvoid
ViewScopeExtension.processBean
(ProcessBean<?> event) Processing bean. -
Uses of ProcessBean in com.sun.faces.cdi
Modifier and TypeMethodDescription<T extends DataModel<?>>
voidCdiExtension.processBean
(ProcessBean<T> processBeanEvent, BeanManager beanManager) ProcessBean: if bean is annotated with@FacesDataModel
then collect it forCdiExtension.afterDeploymentValidation(AfterDeploymentValidation, BeanManager)
-
Uses of ProcessBean in com.sun.faces.cdi.clientwindow
Modifier and TypeMethodDescriptionvoid
ClientWindowScopeExtension.processBean
(ProcessBean<?> event) -
Uses of ProcessBean in com.sun.faces.flow
-
Uses of ProcessBean in jakarta.enterprise.inject.spi
Modifier and TypeInterfaceDescriptioninterface
The container fires an event of this type for each enabled managed bean, before registering theBean
object.interface
ProcessProducerField<T,
X> The container fires an event of this type for each enabled producer field, before registering theBean
object.interface
The container fires an event of this type for each enabled producer method, before registering theBean
object.interface
The container fires an event of this type for each enabled session bean, before registering theBean
object.interface
The container fires an event of this type for each custom bean implementation added throughAfterBeanDiscovery.addBean()
orAfterBeanDiscovery.addBean(Bean)
, before registering theBean
object.