org.jboss.seam.conversation.api
Class AbstractHttpSeamConversationContext

java.lang.Object
  extended by org.jboss.seam.conversation.api.AbstractSeamConversationContext<HttpServletRequest>
      extended by org.jboss.seam.conversation.api.AbstractHttpSeamConversationContext
All Implemented Interfaces:
SeamConversationContext<HttpServletRequest>

public abstract class AbstractHttpSeamConversationContext
extends AbstractSeamConversationContext<HttpServletRequest>

Abstract Http based Seam conversation context.

Author:
Ales Justin

Constructor Summary
AbstractHttpSeamConversationContext()
           
 
Method Summary
 
Methods inherited from class org.jboss.seam.conversation.api.AbstractSeamConversationContext
activate, associate, deactivate, dissociate, doActivate, doAssociate, doDeactivate, doDissociate, doInvalidate, invalidate, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHttpSeamConversationContext

public AbstractHttpSeamConversationContext()


Copyright © 2011 Seam Framework. All Rights Reserved.