org.jboss.seam.conversation.api
Class AbstractHttpSeamConversationContext
java.lang.Object
org.jboss.seam.conversation.api.AbstractSeamConversationContext<HttpServletRequest>
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
| 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 |
AbstractHttpSeamConversationContext
public AbstractHttpSeamConversationContext()
Copyright © 2011 Seam Framework. All Rights Reserved.