org.apache.myfaces.html5.component.util
Class ComponentUtils

java.lang.Object
  extended by org.apache.myfaces.html5.component.util.ComponentUtils

public class ComponentUtils
extends Object


Constructor Summary
ComponentUtils()
           
 
Method Summary
static javax.faces.component.UIComponent findParentNamingContainer(javax.faces.component.UIComponent component, boolean returnRootIfNotFound)
           
static String getPathToComponent(javax.faces.component.UIComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentUtils

public ComponentUtils()
Method Detail

findParentNamingContainer

public static javax.faces.component.UIComponent findParentNamingContainer(javax.faces.component.UIComponent component,
                                                                          boolean returnRootIfNotFound)

getPathToComponent

public static String getPathToComponent(javax.faces.component.UIComponent component)


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