public final class DevTools extends Object
Utility class for displaying Facelet error/debug information.
The public static methods of this class are exposed as EL functions under
the namespace http://java.sun.com/mojarra/private/functions
| Modifier and Type | Field and Description |
|---|---|
static String |
Namespace |
static String |
NewNamespace |
| Modifier and Type | Method and Description |
|---|---|
static void |
debugHtml(Writer writer,
javax.faces.context.FacesContext faces) |
static void |
debugHtml(Writer writer,
javax.faces.context.FacesContext faces,
Throwable e) |
static void |
writeComponent(Writer writer,
javax.faces.component.UIComponent c) |
static void |
writeException(Writer writer,
Throwable e) |
static void |
writeMessage(Writer writer,
Throwable e) |
static void |
writeVariables(Writer writer,
javax.faces.context.FacesContext faces) |
public static final String Namespace
public static final String NewNamespace
public static void debugHtml(Writer writer, javax.faces.context.FacesContext faces, Throwable e) throws IOException
IOExceptionpublic static void writeMessage(Writer writer, Throwable e) throws IOException
IOExceptionpublic static void writeException(Writer writer, Throwable e) throws IOException
IOExceptionpublic static void debugHtml(Writer writer, javax.faces.context.FacesContext faces) throws IOException
IOExceptionpublic static void writeVariables(Writer writer, javax.faces.context.FacesContext faces) throws IOException
IOExceptionpublic static void writeComponent(Writer writer, javax.faces.component.UIComponent c) throws IOException
IOExceptionCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.