Uses of Interface
javax.enterprise.context.spi.Context
-
Packages that use Context Package Description javax.enterprise.context.spi The custom context SPI.javax.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of Context in javax.enterprise.context.spi
Subinterfaces of Context in javax.enterprise.context.spi Modifier and Type Interface Description interface
AlterableContext
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type. -
Uses of Context in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return Context Modifier and Type Method Description Context
BeanManager. getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Obtains an active context object for the given scope .Methods in javax.enterprise.inject.spi with parameters of type Context Modifier and Type Method Description void
AfterBeanDiscovery. addContext(Context context)
Registers a customContext
object with the container.
-