|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conversation | |
---|---|
org.apache.myfaces.orchestra.conversation | |
org.apache.myfaces.orchestra.conversation.spring | |
org.apache.myfaces.orchestra.viewController.spring |
Uses of Conversation in org.apache.myfaces.orchestra.conversation |
---|
Methods in org.apache.myfaces.orchestra.conversation that return Conversation | |
---|---|
Conversation |
ConversationFactory.createConversation(ConversationContext context,
String name)
|
Conversation |
ConversationAspect.getConversation()
|
Conversation |
ConversationBindingEvent.getConversation()
|
Conversation |
CurrentConversationInfo.getConversation()
The conversation the bean is associated with. |
protected Conversation |
ConversationContext.getConversation(String name)
Get a conversation by name. |
Conversation |
ConversationManager.getConversation(String name)
Get the conversation with the given name |
static Conversation |
Conversation.getCurrentInstance()
Get the current conversation. |
Conversation |
Conversation.invalidateAndRestart()
Invalidate/End and restart the conversation. |
protected Conversation |
ConversationContext.startConversation(String name,
ConversationFactory factory)
Start a conversation if not already started. |
Conversation |
ConversationManager.startConversation(String name,
ConversationFactory factory)
Start a conversation. |
Methods in org.apache.myfaces.orchestra.conversation with parameters of type Conversation | |
---|---|
static Object |
ConversationUtils.invalidateAndRestart(Conversation conversation)
End and restart the given conversation. |
protected void |
ConversationContext.removeConversation(Conversation conversation)
Remove the conversation from this context. |
void |
ConversationAware.setConversation(Conversation conversation)
The conversation the bean implementing this interface belongs to. |
Constructors in org.apache.myfaces.orchestra.conversation with parameters of type Conversation | |
---|---|
ConversationAccessLifetimeAspect(Conversation conversation)
|
|
ConversationAspect(Conversation conversation)
|
|
ConversationBindingEvent(Conversation conversation,
String name)
|
|
ConversationTimeoutableAspect(Conversation conversation)
|
|
CurrentConversationAdvice(Conversation conversation,
String beanName)
|
|
CurrentConversationInfo(Conversation conversation,
String beanName)
|
Uses of Conversation in org.apache.myfaces.orchestra.conversation.spring |
---|
Methods in org.apache.myfaces.orchestra.conversation.spring that return Conversation | |
---|---|
Conversation |
SpringConversationScope.createConversation(ConversationContext context,
String name)
Implementation of ConversationFactory interface. |
protected Conversation |
AbstractSpringOrchestraScope.getConversationForBean(String beanDefName)
Get the conversation for the given beanName. |
Methods in org.apache.myfaces.orchestra.conversation.spring with parameters of type Conversation | |
---|---|
protected void |
AbstractSpringOrchestraScope.assertSameScope(String beanName,
Conversation conversation)
Verify that the specified conversation was created by this scope object. |
protected void |
SpringConversationScope.initAspects(Conversation conversation)
Add aspects to a newly-created conversation. |
protected void |
AbstractSpringOrchestraScope.notifyAccessConversation(Conversation conversation)
|
protected void |
SpringConversationScope.notifyAccessConversation(Conversation conversation)
Mark the specified conversation as having been accessed. |
Uses of Conversation in org.apache.myfaces.orchestra.viewController.spring |
---|
Methods in org.apache.myfaces.orchestra.viewController.spring that return Conversation | |
---|---|
Conversation |
SpringViewControllerScope.createConversation(ConversationContext context,
String conversationName)
|
Methods in org.apache.myfaces.orchestra.viewController.spring with parameters of type Conversation | |
---|---|
protected void |
SpringViewControllerScope.assertSameScope(String beanName,
Conversation conversation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |