org.apache.myfaces.view.facelets.util
Class DevTools

java.lang.Object
  extended by org.apache.myfaces.view.facelets.util.DevTools

public final class DevTools
extends java.lang.Object


Method Summary
static void debugHtml(java.io.Writer writer, FacesContext faces)
           
static void debugHtml(java.io.Writer writer, FacesContext faces, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

debugHtml

public static void debugHtml(java.io.Writer writer,
                             FacesContext faces)
                      throws java.io.IOException
Throws:
java.io.IOException

debugHtml

public static void debugHtml(java.io.Writer writer,
                             FacesContext faces,
                             java.lang.Exception e)
                      throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.