Package org.jboss.weld.context
package org.jboss.weld.context
-
InterfacesClassDescriptionThe built in application context, associated with
ApplicationScoped.BoundContext<S>Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).The built in conversation context is associated withConversationScoped.The built in dependent context, associated withDependent.Lifecycle management for built in contexts.Provides management operations for conversations, including locking, and expiration management.The built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.The built in session context is associated withSessionScoped.The built in singleton context, associated withSingleton.Enriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values.