org.jboss.weld.conversation
Class ServletConversationManager
java.lang.Object
org.jboss.weld.conversation.AbstractConversationManager
org.jboss.weld.conversation.ServletConversationManager
- All Implemented Interfaces:
- java.io.Serializable, org.jboss.weld.conversation.ConversationManager
@SessionScoped
public class ServletConversationManager
- extends AbstractConversationManager
- implements java.io.Serializable
The HTTP session based conversation manager
- Author:
- Nicklas Karlsson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletConversationManager
public ServletConversationManager()
getBeanStore
public org.jboss.weld.context.api.BeanStore getBeanStore(java.lang.String cid)
- Specified by:
getBeanStore in class AbstractConversationManager
getConversationTimeoutInMilliseconds
@Produces
@ConversationInactivityTimeout
public static long getConversationTimeoutInMilliseconds()
getConversationConcurrentAccessTimeout
@Produces
@ConversationConcurrentAccessTimeout
public static long getConversationConcurrentAccessTimeout()
getConversationIdName
@Produces
@ConversationIdName
public static java.lang.String getConversationIdName()
Copyright © 2008-2009 Seam Framework. All Rights Reserved.