Uses of Interface
org.jboss.weld.context.WeldAlterableContext
Packages that use WeldAlterableContext
Package
Description
-
Uses of WeldAlterableContext in org.jboss.weld.context
Subinterfaces of WeldAlterableContext in org.jboss.weld.contextModifier and TypeInterfaceDescriptioninterfaceBoundContext<S>Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).interfaceThe built in conversation context is associated withConversationScoped.interfaceLifecycle management for built in contexts.interfaceThe built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.interfaceThe built in session context is associated withSessionScoped. -
Uses of WeldAlterableContext in org.jboss.weld.context.bound
Subinterfaces of WeldAlterableContext in org.jboss.weld.context.boundModifier and TypeInterfaceDescriptioninterfaceA conversation context which can be bound to a pair of Maps encapsulated byBoundRequest.interfaceA request context which can be bound to any Map.interfaceA session context which can be bound to any Map. -
Uses of WeldAlterableContext in org.jboss.weld.context.ejb
Subinterfaces of WeldAlterableContext in org.jboss.weld.context.ejbModifier and TypeInterfaceDescriptioninterfaceA request context which can be bound to theInvocationContext. -
Uses of WeldAlterableContext in org.jboss.weld.context.http
Subinterfaces of WeldAlterableContext in org.jboss.weld.context.httpModifier and TypeInterfaceDescriptioninterfaceAn Http Session backed conversation context.interfaceA request context which can be bound to theServletRequest.interfaceA session context which can be bound to theHttpServletRequest.