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 TypeMethodDescriptionvoidViewScopeExtension.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@FacesDataModelthen 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 TypeMethodDescriptionvoidClientWindowScopeExtension.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 TypeInterfaceDescriptioninterfaceThe container fires an event of this type for each enabled managed bean, before registering theBeanobject.interfaceProcessProducerField<T,X> The container fires an event of this type for each enabled producer field, before registering theBeanobject.interfaceThe container fires an event of this type for each enabled producer method, before registering theBeanobject.interfaceThe container fires an event of this type for each enabled session bean, before registering theBeanobject.interfaceThe container fires an event of this type for each custom bean implementation added throughAfterBeanDiscovery.addBean()orAfterBeanDiscovery.addBean(Bean), before registering theBeanobject.