Uses of Package
javax.enterprise.context
-
Packages that use javax.enterprise.context Package Description javax.enterprise.context Annotations and interfaces relating to scopes and contexts.javax.enterprise.context.control javax.enterprise.inject org.jboss.weld.bean.builtin org.jboss.weld.context org.jboss.weld.contexts org.jboss.weld.contexts.conversation org.jboss.weld.contexts.unbound org.jboss.weld.environment.se.beans org.jboss.weld.environment.se.contexts -
Classes in javax.enterprise.context used by javax.enterprise.context Class Description ApplicationScoped.Literal Supports inline instantiation of theApplicationScopedannotation.BeforeDestroyed.Literal Supports inline instantiation of theBeforeDestroyedqualifier.ContextException Indicates a problem relating to context management.ConversationScoped.Literal Supports inline instantiation of theConversationScopedannotation.Dependent.Literal Supports inline instantiation of theDependentannotation.Destroyed.Literal Supports inline instantiation of theDestroyedqualifier.Initialized.Literal Supports inline instantiation of theInitializedqualifier.NormalScope Specifies that an annotation type is a normal scope type.RequestScoped.Literal Supports inline instantiation of theRequestScopedannotation.SessionScoped.Literal Supports inline instantiation of theSessionScopedannotation. -
Classes in javax.enterprise.context used by javax.enterprise.context.control Class Description ContextNotActiveException Indicates that a context is not active. -
Classes in javax.enterprise.context used by javax.enterprise.inject Class Description RequestScoped Specifies that a bean is request scoped. -
Classes in javax.enterprise.context used by org.jboss.weld.bean.builtin Class Description Conversation Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout. -
Classes in javax.enterprise.context used by org.jboss.weld.context Class Description Conversation Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout. -
Classes in javax.enterprise.context used by org.jboss.weld.contexts Class Description BusyConversationException Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.ContextException Indicates a problem relating to context management.ContextNotActiveException Indicates that a context is not active.NonexistentConversationException Indicates that the conversation context could not be restored. -
Classes in javax.enterprise.context used by org.jboss.weld.contexts.conversation Class Description Conversation Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout. -
Classes in javax.enterprise.context used by org.jboss.weld.contexts.unbound Class Description ApplicationScoped Specifies that a bean is application scoped. -
Classes in javax.enterprise.context used by org.jboss.weld.environment.se.beans Class Description ApplicationScoped Specifies that a bean is application scoped. -
Classes in javax.enterprise.context used by org.jboss.weld.environment.se.contexts Class Description NormalScope Specifies that an annotation type is a normal scope type.