Uses of Interface
jakarta.enterprise.inject.spi.BeanContainer
Package
Description
The portable extension integration SPI.
-
Uses of BeanContainer in jakarta.enterprise.inject.se
Modifier and TypeMethodDescriptiondefault BeanContainer
SeContainer.getBeanContainer()
Get the CDIBeanContainer
for this container. -
Uses of BeanContainer in jakarta.enterprise.inject.spi
Modifier and TypeInterfaceDescriptioninterface
Allows a portable extension to interact directly with the container.Modifier and TypeMethodDescriptionCDI.getBeanContainer()
Get the CDIBeanContainer
for the current context. -
Uses of BeanContainer in jakarta.enterprise.inject.spi.el
Modifier and TypeInterfaceDescriptioninterface
ABeanManager
that allows integrators to obtain Unified EL objects that are integrated with the CDI container as described in the Jakarta EE Platform specification.