com.google.code.rees.scope.conversation.context
Class HttpConversationUtil
java.lang.Object
com.google.code.rees.scope.conversation.context.HttpConversationUtil
public class HttpConversationUtil
- extends Object
- Author:
- rees.byars
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpConversationUtil
public HttpConversationUtil()
getContextManager
public static ConversationContextManager getContextManager(javax.servlet.http.HttpSession session)
setContextManager
public static void setContextManager(javax.servlet.http.HttpSession session,
ConversationContextManager contextManager)
getTimeoutMonitor
public static TimeoutMonitor<ConversationContext> getTimeoutMonitor(javax.servlet.http.HttpSession session)
setTimeoutMonitor
public static void setTimeoutMonitor(javax.servlet.http.HttpSession session,
TimeoutMonitor<ConversationContext> monitor)
Copyright © 2012-2013. All Rights Reserved.