|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jsfunit.framework.DebugUtil
public class DebugUtil
For now, this just contains a couple of simple utility methods to dump the client IDs in the component tree.
Method Summary | |
---|---|
static void |
dumpComponentTree(javax.faces.context.FacesContext facesContext)
Dump the component tree to standard out starting with the view root. |
static void |
dumpComponentTree(javax.faces.component.UIComponent component,
javax.faces.context.FacesContext facesContext,
String spacing)
Dump the component tree to standard out starting with the given component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void dumpComponentTree(javax.faces.context.FacesContext facesContext)
public static void dumpComponentTree(javax.faces.component.UIComponent component, javax.faces.context.FacesContext facesContext, String spacing)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |