org.apache.myfaces.util
Class DebugUtils
java.lang.Object
org.apache.myfaces.util.DebugUtils
public class DebugUtils
- extends Object
Utilities for logging.
- Version:
- $Revision: 982701 $ $Date: 2010-08-05 12:23:56 -0500 (Thu, 05 Aug 2010) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
assertError
public static void assertError(boolean condition,
Logger log_,
String msg)
throws FacesException
- Throws:
FacesException
assertFatal
public static void assertFatal(boolean condition,
Logger log_,
String msg)
throws FacesException
- Throws:
FacesException
traceView
public static void traceView(String additionalMsg)
printView
public static void printView(UIViewRoot uiViewRoot,
PrintStream stream)
printComponent
public static void printComponent(UIComponent comp,
PrintStream stream)
componentAsString
public static String componentAsString(UIComponent comp)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.