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 theNormalScopeannotation.Contextual Each webbeans instance that is contained in theContextmust be defined asContextual.CreationalContext TheCreationalContextholds incomplete Bean instances and references to allDependentscoped contextual instances injected into aNormalScoped 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 theNormalScopeannotation.Contextual Each webbeans instance that is contained in theContextmust be defined asContextual.CreationalContext TheCreationalContextholds incomplete Bean instances and references to allDependentscoped contextual instances injected into aNormalScoped bean.