com.sun.facelets.util
Class DevTools

java.lang.Object
  extended by com.sun.facelets.util.DevTools

public final class DevTools
extends Object


Constructor Summary
DevTools()
           
 
Method Summary
static void debugHtml(Writer writer, FacesContext faces)
           
static void debugHtml(Writer writer, FacesContext faces, Exception e)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevTools

public DevTools()
Method Detail

main

public static void main(String[] argv)
                 throws Exception
Throws:
Exception

debugHtml

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

debugHtml

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


Copyright © 2005 All Rights Reserved.