Uses of Package
jakarta.enterprise.context
-
Packages that use jakarta.enterprise.context Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts.jakarta.enterprise.context.control jakarta.enterprise.inject jakarta.faces.flow jakarta.faces.lifecycle jakarta.faces.view jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server. -
Classes in jakarta.enterprise.context used by jakarta.enterprise.context Class Description ApplicationScoped.Literal Supports inline instantiation of theApplicationScoped
annotation.BeforeDestroyed.Literal Supports inline instantiation of theBeforeDestroyed
qualifier.ContextException Indicates a problem relating to context management.ConversationScoped.Literal Supports inline instantiation of theConversationScoped
annotation.Dependent.Literal Supports inline instantiation of theDependent
annotation.Destroyed.Literal Supports inline instantiation of theDestroyed
qualifier.Initialized.Literal Supports inline instantiation of theInitialized
qualifier.NormalScope Specifies that an annotation type is a normal scope type.RequestScoped.Literal Supports inline instantiation of theRequestScoped
annotation.SessionScoped.Literal Supports inline instantiation of theSessionScoped
annotation. -
Classes in jakarta.enterprise.context used by jakarta.enterprise.context.control Class Description ContextNotActiveException Indicates that a context is not active. -
Classes in jakarta.enterprise.context used by jakarta.enterprise.inject Class Description RequestScoped Specifies that a bean is request scoped. -
Classes in jakarta.enterprise.context used by jakarta.faces.flow Class Description NormalScope Specifies that an annotation type is a normal scope type. -
Classes in jakarta.enterprise.context used by jakarta.faces.lifecycle Class Description NormalScope Specifies that an annotation type is a normal scope type. -
Classes in jakarta.enterprise.context used by jakarta.faces.view Class Description NormalScope Specifies that an annotation type is a normal scope type. -
Classes in jakarta.enterprise.context used by jakarta.transaction Class Description NormalScope Specifies that an annotation type is a normal scope type.