Uses of Interface
javax.faces.event.PhaseListener

Packages that use PhaseListener
javax.faces.component   
javax.faces.lifecycle   
 

Uses of PhaseListener in javax.faces.component
 

Methods in javax.faces.component with parameters of type PhaseListener
 void UIViewRoot.addPhaseListener(PhaseListener phaseListener)
          Adds a The phaseListeners attached to ViewRoot.
 void UIViewRoot.removePhaseListener(PhaseListener phaseListener)
          Removes a The phaseListeners attached to ViewRoot.
 

Uses of PhaseListener in javax.faces.lifecycle
 

Methods in javax.faces.lifecycle that return PhaseListener
abstract  PhaseListener[] Lifecycle.getPhaseListeners()
           
 

Methods in javax.faces.lifecycle with parameters of type PhaseListener
abstract  void Lifecycle.addPhaseListener(PhaseListener listener)
           
abstract  void Lifecycle.removePhaseListener(PhaseListener listener)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.