Package org.apache.myfaces.tobago.util
Class DebugUtils
- java.lang.Object
-
- org.apache.myfaces.tobago.util.DebugUtils
-
public final class DebugUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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, Integer childIndex)
-
-
-
Method Detail
-
toString
public static String toString(javax.faces.component.UIComponent component, int offset)
-
toString
public static String toString(javax.faces.component.UIComponent component, int offset, boolean asFacet, Integer childIndex)
-
toString
public static String toString(javax.faces.component.UIComponent component)
-
spaces
public static String spaces(int n)
-
addDevelopmentMessage
public static void addDevelopmentMessage(javax.faces.context.FacesContext facesContext, String message)
-
-