Package org.apache.myfaces.tobago.util
Class DebugUtils
java.lang.Object
org.apache.myfaces.tobago.util.DebugUtils
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidaddDevelopmentMessage(javax.faces.context.FacesContext facesContext, String message) static Stringspaces(int n) static StringtoString(javax.faces.component.UIComponent component) static StringtoString(javax.faces.component.UIComponent component, int offset) static StringtoString(javax.faces.component.UIComponent component, int offset, boolean asFacet, Integer childIndex) 
- 
Method Details- 
toString
- 
toString
- 
toString
- 
spaces
- 
addDevelopmentMessagepublic static void addDevelopmentMessage(javax.faces.context.FacesContext facesContext, String message) 
 
-