Uses of Package
javax.enterprise.context.spi
-
Packages that use javax.enterprise.context.spi Package Description javax.enterprise.context.spi javax.enterprise.inject.spi -
Classes in javax.enterprise.context.spi used by javax.enterprise.context.spi Class Description Context Every webbeans component has an associated context that are defined by theNormalScope
annotation.Contextual Each webbeans instance that is contained in theContext
must be defined asContextual
.CreationalContext TheCreationalContext
holds incomplete Bean instances and references to allDependent
scoped contextual instances injected into aNormalScope
d bean. -
Classes in javax.enterprise.context.spi used by javax.enterprise.inject.spi Class Description Context Every webbeans component has an associated context that are defined by theNormalScope
annotation.Contextual Each webbeans instance that is contained in theContext
must be defined asContextual
.CreationalContext TheCreationalContext
holds incomplete Bean instances and references to allDependent
scoped contextual instances injected into aNormalScope
d bean.