org.apache.myfaces.util
Class DebugUtils
java.lang.Object
org.apache.myfaces.util.DebugUtils
public class DebugUtils
- extends Object
Utilities for logging.
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
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 © 2012 The Apache Software Foundation. All Rights Reserved.