Uses of Interface
jakarta.enterprise.inject.spi.ProcessBean
Packages that use ProcessBean
Package
Description
The portable extension integration SPI.
-
Uses of ProcessBean in com.sun.faces.application.view
Methods in com.sun.faces.application.view with parameters of type ProcessBeanModifier and TypeMethodDescriptionvoid
ViewScopeExtension.processBean
(ProcessBean<?> event) Processing bean. -
Uses of ProcessBean in com.sun.faces.cdi
Methods in com.sun.faces.cdi with parameters of type ProcessBeanModifier 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
Methods in com.sun.faces.cdi.clientwindow with parameters of type ProcessBeanModifier and TypeMethodDescriptionvoid
ClientWindowScopeExtension.processBean
(ProcessBean<?> event) -
Uses of ProcessBean in com.sun.faces.flow
Methods in com.sun.faces.flow with parameters of type ProcessBean -
Uses of ProcessBean in jakarta.enterprise.inject.spi
Subinterfaces of ProcessBean in jakarta.enterprise.inject.spiModifier 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.