org.apache.myfaces.orchestra.conversation.jsf
Class JsfConversationUtils

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.jsf.JsfConversationUtils

public final class JsfConversationUtils
extends Object

Some helpers usable for public use


Method Summary
static void ensureConversation(String conversationName, String action)
          if no conversation with name conversationName is active a navigation with the given action will be issued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ensureConversation

public static void ensureConversation(String conversationName,
                                      String action)

if no conversation with name conversationName is active a navigation with the given action will be issued

Notice: optionally you can use the conversationName as "fromAction" in your faces-config.xml



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.