|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttutorial.jsf.listener.ListenerUtil
public class ListenerUtil
Created: Mar 2, 2008
Title: ListenerUtil
Description:
Copyright: Copyright (c) 2008
Some useful logging methods for PhaseListeners
Constructor Summary | |
---|---|
ListenerUtil()
default empty constructor |
Method Summary | |
---|---|
static void |
logComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent comp)
Logs a component and its child hierarchy. |
static void |
logDebug(javax.faces.context.FacesContext context)
Logs some useful servlet context info. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListenerUtil()
Method Detail |
---|
public static void logDebug(javax.faces.context.FacesContext context)
context
- public static void logComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent comp)
context
- comp
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |