Uses of Package
org.jboss.weld.context
-
Packages that use org.jboss.weld.context Package Description org.jboss.weld.context org.jboss.weld.context.bound org.jboss.weld.context.ejb org.jboss.weld.context.http -
Classes in org.jboss.weld.context used by org.jboss.weld.context Class Description ManagedContext Lifecycle management for built in contexts.ManagedConversation Provides management operations for conversations, including locking, and expiration management.WeldAlterableContext Enriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values. -
Classes in org.jboss.weld.context used by org.jboss.weld.context.bound Class Description BoundContext Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).ConversationContext The built in conversation context is associated withConversationScoped.ManagedContext Lifecycle management for built in contexts.RequestContext The built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.SessionContext The built in session context is associated withSessionScoped.WeldAlterableContext Enriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values. -
Classes in org.jboss.weld.context used by org.jboss.weld.context.ejb Class Description BoundContext Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).ManagedContext Lifecycle management for built in contexts.RequestContext The built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.WeldAlterableContext Enriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values. -
Classes in org.jboss.weld.context used by org.jboss.weld.context.http Class Description BoundContext Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).ConversationContext The built in conversation context is associated withConversationScoped.ManagedContext Lifecycle management for built in contexts.RequestContext The built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.SessionContext The built in session context is associated withSessionScoped.WeldAlterableContext Enriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values.