Uses of Interface
jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Packages that use BeforeBeanDiscovery
Package
Description
-
Uses of BeforeBeanDiscovery in com.sun.faces.application.view
Methods in com.sun.faces.application.view with parameters of type BeforeBeanDiscoveryModifier and TypeMethodDescriptionvoid
ViewScopeExtension.beforeBean
(BeforeBeanDiscovery beforeBeanDiscovery, BeanManager beanManager) Before bean discovery.void
ViewScopeExtension.beforeBeanDiscovery
(BeforeBeanDiscovery event, BeanManager beanManager) -
Uses of BeforeBeanDiscovery in com.sun.faces.cdi
Methods in com.sun.faces.cdi with parameters of type BeforeBeanDiscoveryModifier and TypeMethodDescriptionstatic void
CdiUtils.addAnnotatedTypes
(BeforeBeanDiscovery beforeBean, BeanManager beanManager, Class<?>... types) void
CdiExtension.beforeBeanDiscovery
(BeforeBeanDiscovery beforeBeanDiscovery, BeanManager beanManager) BeforeBeanDiscovery: add impl specific managed beans -
Uses of BeforeBeanDiscovery in com.sun.faces.cdi.clientwindow
Methods in com.sun.faces.cdi.clientwindow with parameters of type BeforeBeanDiscoveryModifier and TypeMethodDescriptionvoid
ClientWindowScopeExtension.beforeBean
(BeforeBeanDiscovery beforeBeanDiscovery, BeanManager beanManager) -
Uses of BeforeBeanDiscovery in com.sun.faces.flow
Methods in com.sun.faces.flow with parameters of type BeforeBeanDiscoveryModifier and TypeMethodDescriptionvoid
FlowCDIExtension.beforeBeanDiscovery
(BeforeBeanDiscovery beforeBeanDiscovery, BeanManager beanManager) Before bean discovery.