org.apache.myfaces.tobago.util
Class DebugPhaseListener

java.lang.Object
  extended by org.apache.myfaces.tobago.util.DebugPhaseListener
All Implemented Interfaces:
Serializable, EventListener, PhaseListener

public class DebugPhaseListener
extends Object
implements PhaseListener

See Also:
Serialized Form

Constructor Summary
DebugPhaseListener()
           
 
Method Summary
 void afterPhase(PhaseEvent phaseEvent)
           
 void beforePhase(PhaseEvent phaseEvent)
           
 PhaseId getPhaseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugPhaseListener

public DebugPhaseListener()
Method Detail

afterPhase

public void afterPhase(PhaseEvent phaseEvent)
Specified by:
afterPhase in interface PhaseListener

beforePhase

public void beforePhase(PhaseEvent phaseEvent)
Specified by:
beforePhase in interface PhaseListener

getPhaseId

public PhaseId getPhaseId()
Specified by:
getPhaseId in interface PhaseListener


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.