org.apache.myfaces.extensions.cdi.jsf.impl.util
Class RequestCache
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache
public class RequestCache
- extends Object
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestCache
public RequestCache()
resetCache
public static void resetCache()
resetConversationCache
public static void resetConversationCache()
getWindowContextManager
public static WindowContextManager getWindowContextManager()
getBeanEntryFactory
public static BeanEntryFactory getBeanEntryFactory()
getCurrentWindowContext
public static WindowContext getCurrentWindowContext()
setCurrentWindowContext
public static void setCurrentWindowContext(WindowContext windowContext)
getConversation
public static EditableConversation getConversation(ConversationKey conversationKey)
setConversation
public static void setConversation(ConversationKey conversationKey,
EditableConversation conversation)
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.