Uses of Interface
org.jboss.weld.context.ConversationContext
-
Packages that use ConversationContext Package Description org.jboss.weld.context.bound org.jboss.weld.context.http org.jboss.weld.contexts org.jboss.weld.contexts.bound -
-
Uses of ConversationContext in org.jboss.weld.context.bound
Subinterfaces of ConversationContext in org.jboss.weld.context.bound Modifier and Type Interface Description interfaceBoundConversationContextA conversation context which can be bound to a pair of Maps encapsulated byBoundRequest. -
Uses of ConversationContext in org.jboss.weld.context.http
Subinterfaces of ConversationContext in org.jboss.weld.context.http Modifier and Type Interface Description interfaceHttpConversationContextAn Http Session backed conversation context. -
Uses of ConversationContext in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement ConversationContext Modifier and Type Class Description classAbstractConversationContext<R,S>The base of the conversation context, which can use a variety of storage forms -
Uses of ConversationContext in org.jboss.weld.contexts.bound
Classes in org.jboss.weld.contexts.bound that implement ConversationContext Modifier and Type Class Description classBoundConversationContextImpl
-