com.logicaldoc.web.util
Class PhaseTracker
java.lang.Object
com.logicaldoc.web.util.PhaseTracker
- All Implemented Interfaces:
- java.io.Serializable, java.util.EventListener, javax.faces.event.PhaseListener
public class PhaseTracker
- extends java.lang.Object
- implements javax.faces.event.PhaseListener
Lets you check JSF phases (for debugging purpose only). To activate, add:
com.logicaldoc.web.util.PhaseTracker
into faces-config.xml
- Version:
- $Revision: 1.4 $ $Date: 2007/01/23 17:07:25 $
- Author:
- jesusapl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhaseTracker
public PhaseTracker()
setPhase
public void setPhase(java.lang.String newValue)
getPhaseId
public javax.faces.event.PhaseId getPhaseId()
- Specified by:
getPhaseId
in interface javax.faces.event.PhaseListener
beforePhase
public void beforePhase(javax.faces.event.PhaseEvent e)
- Specified by:
beforePhase
in interface javax.faces.event.PhaseListener
afterPhase
public void afterPhase(javax.faces.event.PhaseEvent e)
- Specified by:
afterPhase
in interface javax.faces.event.PhaseListener
Copyright © 2008-2010 Logical Objects. All Rights Reserved.