java.lang.Object
com.sun.faces.facelets.util.DevTools
Utility class for displaying Facelet error/debug information.
The public static methods of this class are exposed as EL functions under the namespace
mojarra.private.functions
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
debugHtml
(Writer writer, FacesContext faces) static void
debugHtml
(Writer writer, FacesContext faces, Throwable e) static void
writeComponent
(Writer writer, UIComponent c) static void
writeException
(Writer writer, Throwable e) static void
writeMessage
(Writer writer, Throwable e) static void
writeVariables
(Writer writer, FacesContext faces)
-
Field Details
-
NAMESPACES
-
DEFAULT_NAMESPACE
- See Also:
-
-
Method Details
-
debugHtml
- Throws:
IOException
-
writeMessage
- Throws:
IOException
-
writeException
- Throws:
IOException
-
debugHtml
- Throws:
IOException
-
writeVariables
- Throws:
IOException
-
writeComponent
- Throws:
IOException
-