org.jboss.seam.conversation.plugins.weld
Class WeldBoundSeamConversationContext
java.lang.Object
org.jboss.seam.conversation.api.AbstractSeamConversationContext<org.jboss.weld.context.bound.BoundRequest>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeldBoundSeamConversationContext
public WeldBoundSeamConversationContext()
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.