public class DebugUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addDevelopmentMessage(javax.faces.context.FacesContext facesContext,
String message) |
static String |
spaces(int n) |
static String |
toString(javax.faces.component.UIComponent component) |
static String |
toString(javax.faces.component.UIComponent component,
int offset) |
static String |
toString(javax.faces.component.UIComponent component,
int offset,
boolean asFacet) |
public static String toString(javax.faces.component.UIComponent component, int offset)
public static String toString(javax.faces.component.UIComponent component, int offset, boolean asFacet)
public static String toString(javax.faces.component.UIComponent component)
public static String spaces(int n)
public static void addDevelopmentMessage(javax.faces.context.FacesContext facesContext, String message)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.