Uses of Interface
jakarta.enterprise.context.spi.Context
Packages that use Context
Package
Description
The custom context SPI.
The portable extension integration SPI.
-
Uses of Context in jakarta.enterprise.context.spi
Subinterfaces of Context in jakarta.enterprise.context.spiModifier and TypeInterfaceDescriptioninterface
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type. -
Uses of Context in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return ContextModifier and TypeMethodDescriptionBeanContainer.getContext
(Class<? extends Annotation> scopeType) Obtains an active context object for the given scope .Methods in jakarta.enterprise.inject.spi that return types with arguments of type ContextModifier and TypeMethodDescriptionBeanContainer.getContexts
(Class<? extends Annotation> scopeType) Obtains all context objects, active and inactive, for the given scope.Methods in jakarta.enterprise.inject.spi with parameters of type ContextModifier and TypeMethodDescriptionvoid
AfterBeanDiscovery.addContext
(Context context) Registers a customContext
object with the container.