|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conversation | |
---|---|
org.apache.myfaces.custom.conversation |
Uses of Conversation in org.apache.myfaces.custom.conversation |
---|
Methods in org.apache.myfaces.custom.conversation that return Conversation | |
---|---|
Conversation |
ConversationManager.findConversation(java.lang.Object instance)
Find the conversation which holds the given instance |
Conversation |
ConversationContext.findConversation(java.lang.Object instance)
find the conversation which holds the given instance |
Conversation |
ConversationManager.getConversation(java.lang.String name)
Get the conversation with the given name |
Conversation |
ConversationContext.getConversation(java.lang.String name)
get a conversation by name |
Conversation |
ConversationContext.getCurrentConversation()
Get the current conversation. |
Methods in org.apache.myfaces.custom.conversation with parameters of type Conversation | |
---|---|
void |
DefaultConversationBeanElevator.elevateBean(javax.faces.context.FacesContext context,
Conversation conversation,
javax.faces.el.ValueBinding valueBinding)
|
void |
ConversationBeanElevator.elevateBean(javax.faces.context.FacesContext context,
Conversation conversation,
javax.faces.el.ValueBinding valueBinding)
|
protected void |
ConversationContext.endConversation(Conversation conversation,
boolean regularEnd)
End the given conversation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |