Uses of Interface
org.jboss.seam.conversation.spi.SeamConversationContext

Packages that use SeamConversationContext
org.jboss.seam.conversation.api   
org.jboss.seam.conversation.spi   
 

Uses of SeamConversationContext in org.jboss.seam.conversation.api
 

Classes in org.jboss.seam.conversation.api that implement SeamConversationContext
 class AbstractHttpSeamConversationContext
          Abstract Http based Seam conversation context.
 class AbstractSeamConversationContext<T>
          Abstract Seam conversation context.
 

Methods in org.jboss.seam.conversation.api that return SeamConversationContext
 SeamConversationContext<T> AbstractSeamConversationContext.activate(String conversationId)
           
 SeamConversationContext<T> AbstractSeamConversationContext.associate(T storage)
           
 SeamConversationContext<T> AbstractSeamConversationContext.deactivate()
           
 SeamConversationContext<T> AbstractSeamConversationContext.dissociate(T storage)
           
 SeamConversationContext<T> AbstractSeamConversationContext.invalidate()
           
 

Uses of SeamConversationContext in org.jboss.seam.conversation.spi
 

Methods in org.jboss.seam.conversation.spi that return SeamConversationContext
 SeamConversationContext<T> SeamConversationContext.activate(String conversationId)
          Activate conversation with given id.
 SeamConversationContext<T> SeamConversationContext.associate(T storage)
          Associate storage with conversation context.
 SeamConversationContext<T> SeamConversationContext.deactivate()
          Deactivate conversation context(s).
 SeamConversationContext<T> SeamConversationContext.dissociate(T storage)
          Dissociate storage with conversation context.
static
<T> SeamConversationContext<T>
SeamConversationContextFactory.getContext(Class<T> storeType)
          Get the current Seam conversation context instance.
 SeamConversationContext<T> SeamConversationContext.invalidate()
          Invalidate conversation context.
static SeamConversationContext SeamConversationContextFactory.produce(InjectionPoint ip)
          Produce matching Seam conversation context.
 



Copyright © 2011 Seam Framework. All Rights Reserved.