org.jboss.seam.conversation.plugins.weld
Class WeldBoundSeamConversationContext

java.lang.Object
  extended by org.jboss.seam.conversation.api.AbstractSeamConversationContext<org.jboss.weld.context.bound.BoundRequest>
      extended by org.jboss.seam.conversation.plugins.weld.WeldBoundSeamConversationContext
All Implemented Interfaces:
SeamConversationContext<org.jboss.weld.context.bound.BoundRequest>

public class WeldBoundSeamConversationContext
extends AbstractSeamConversationContext<org.jboss.weld.context.bound.BoundRequest>

Weld Map based conversation manager.

Author:
Ales Justin, Pete Muir

Constructor Summary
WeldBoundSeamConversationContext()
           
 
Method Summary
protected  void doActivate(String conversationId)
           
protected  void doAssociate(org.jboss.weld.context.bound.BoundRequest request)
           
protected  void doDeactivate()
           
protected  void doDissociate(org.jboss.weld.context.bound.BoundRequest request)
           
protected  void doInvalidate()
           
protected  org.jboss.weld.context.bound.BoundConversationContext getBoundConversationContext()
           
 
Methods inherited from class org.jboss.seam.conversation.api.AbstractSeamConversationContext
activate, associate, deactivate, dissociate, invalidate, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeldBoundSeamConversationContext

public WeldBoundSeamConversationContext()
Method Detail

getBoundConversationContext

protected org.jboss.weld.context.bound.BoundConversationContext getBoundConversationContext()

doAssociate

protected void doAssociate(org.jboss.weld.context.bound.BoundRequest request)
Specified by:
doAssociate in class AbstractSeamConversationContext<org.jboss.weld.context.bound.BoundRequest>

doActivate

protected void doActivate(String conversationId)
Specified by:
doActivate in class AbstractSeamConversationContext<org.jboss.weld.context.bound.BoundRequest>

doInvalidate

protected void doInvalidate()
Specified by:
doInvalidate in class AbstractSeamConversationContext<org.jboss.weld.context.bound.BoundRequest>

doDeactivate

protected void doDeactivate()
Specified by:
doDeactivate in class AbstractSeamConversationContext<org.jboss.weld.context.bound.BoundRequest>

doDissociate

protected void doDissociate(org.jboss.weld.context.bound.BoundRequest request)
Specified by:
doDissociate in class AbstractSeamConversationContext<org.jboss.weld.context.bound.BoundRequest>


Copyright © 2011 Seam Framework. All Rights Reserved.