|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversationContext | |
---|---|
org.apache.myfaces.orchestra.conversation | |
org.apache.myfaces.orchestra.conversation.spring | |
org.apache.myfaces.orchestra.viewController.spring |
Uses of ConversationContext in org.apache.myfaces.orchestra.conversation |
---|
Methods in org.apache.myfaces.orchestra.conversation that return ConversationContext | |
---|---|
ConversationContext |
ConversationManager.createConversationContext(ConversationContext parent)
This will create a new conversation context using the specified context as its parent. |
ConversationContext |
ConversationContextFactory.createConversationContext(ConversationContext parent,
long id)
|
ConversationContext |
ConversationContextFactoryImpl.createConversationContext(ConversationContext parent,
long id)
|
ConversationContext |
ConversationManager.getConversationContext(Long conversationContextId)
Get the conversation context for the given id. |
ConversationContext |
ConversationManager.getCurrentConversationContext()
Get the current conversation context. |
ConversationContext |
ConversationManager.getCurrentRootConversationContext()
Get the current root conversation context (aka the window conversation context). |
protected ConversationContext |
ConversationManager.getOrCreateConversationContext(Long conversationContextId)
Get the conversation context for the given id. |
ConversationContext |
ConversationContext.getParent()
Return the parent conversation context (if any). |
ConversationContext |
ConversationContext.getRoot()
Get the root conversation context this conversation context is associated with. |
Methods in org.apache.myfaces.orchestra.conversation with parameters of type ConversationContext | |
---|---|
void |
ConversationManager.activateConversationContext(ConversationContext ctx)
Make the specific context the current context for the current HTTP session. |
void |
ConversationContext.addChild(ConversationContext context)
|
Conversation |
ConversationFactory.createConversation(ConversationContext context,
String name)
|
ConversationContext |
ConversationManager.createConversationContext(ConversationContext parent)
This will create a new conversation context using the specified context as its parent. |
ConversationContext |
ConversationContextFactory.createConversationContext(ConversationContext parent,
long id)
|
ConversationContext |
ConversationContextFactoryImpl.createConversationContext(ConversationContext parent,
long id)
|
void |
ConversationManager.removeAndInvalidateConversationContext(ConversationContext context)
Removes the specified contextId from the set of known contexts, and deletes every conversation in it. |
void |
ConversationContext.removeChild(ConversationContext context)
|
Constructors in org.apache.myfaces.orchestra.conversation with parameters of type ConversationContext | |
---|---|
Conversation(ConversationContext conversationContext,
String name,
ConversationFactory factory)
|
|
ConversationContext(ConversationContext parent,
long id)
Constructor. |
Uses of ConversationContext in org.apache.myfaces.orchestra.conversation.spring |
---|
Methods in org.apache.myfaces.orchestra.conversation.spring with parameters of type ConversationContext | |
---|---|
Conversation |
SpringConversationScope.createConversation(ConversationContext context,
String name)
Implementation of ConversationFactory interface. |
Uses of ConversationContext in org.apache.myfaces.orchestra.viewController.spring |
---|
Methods in org.apache.myfaces.orchestra.viewController.spring with parameters of type ConversationContext | |
---|---|
Conversation |
SpringViewControllerScope.createConversation(ConversationContext context,
String conversationName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |