org.apache.myfaces.custom.conversation
Class ConversationUtils

java.lang.Object
  extended by org.apache.myfaces.custom.conversation.ConversationUtils

public class ConversationUtils
extends java.lang.Object


Method Summary
static java.lang.String extractBeanName(javax.faces.el.ValueBinding vb)
           
static javax.faces.component.UICommand findParentCommand(javax.faces.component.UIComponent base)
          Find the first parent which is a command
static AbstractConversationComponent findStartOrEndConversationComponent(javax.faces.component.UIComponent component, java.lang.String conversationName)
          Find a child start or end conversation component for the given conversation name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findParentCommand

public static javax.faces.component.UICommand findParentCommand(javax.faces.component.UIComponent base)
Find the first parent which is a command


findStartOrEndConversationComponent

public static AbstractConversationComponent findStartOrEndConversationComponent(javax.faces.component.UIComponent component,
                                                                                java.lang.String conversationName)
Find a child start or end conversation component for the given conversation name


extractBeanName

public static java.lang.String extractBeanName(javax.faces.el.ValueBinding vb)


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