org.apache.myfaces.commons.util
Class DebugUtils

java.lang.Object
  extended by org.apache.myfaces.commons.util.DebugUtils

public class DebugUtils
extends Object

Since:
1.0.2
Author:
Leonardo Uribe

Constructor Summary
DebugUtils()
           
 
Method Summary
static String getPathToComponent(javax.faces.component.UIComponent component)
          Provide debug information about the path of a component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugUtils

public DebugUtils()
Method Detail

getPathToComponent

public static String getPathToComponent(javax.faces.component.UIComponent component)
Provide debug information about the path of a component

Parameters:
component -
Returns:


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