Uses of Interface
javax.enterprise.context.spi.Context
-
Packages that use Context Package Description javax.enterprise.context.spi javax.enterprise.inject.spi -
-
Uses of Context in javax.enterprise.context.spi
Subinterfaces of Context in javax.enterprise.context.spi Modifier and Type Interface Description interface
AlterableContext
A Context which allows to manually destroy the Contextual Instance of the given Bean. -
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> scope)
Returns a context with given scope type.Methods in javax.enterprise.inject.spi with parameters of type Context Modifier and Type Method Description void
AfterBeanDiscovery. addContext(Context context)
Adds given context to the container.
-