org.apache.myfaces.extensions.cdi.jsf.impl.util
Class RequestCache

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestCache

public class RequestCache
extends Object

Author:
Gerhard Petracek

Constructor Summary
RequestCache()
           
 
Method Summary
static BeanEntryFactory getBeanEntryFactory()
           
static EditableConversation getConversation(ConversationKey conversationKey)
           
static WindowContext getCurrentWindowContext()
           
static WindowContextManager getWindowContextManager()
           
static void resetCache()
           
static void resetConversationCache()
           
static void setConversation(ConversationKey conversationKey, EditableConversation conversation)
           
static void setCurrentWindowContext(WindowContext windowContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestCache

public RequestCache()
Method Detail

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.