com.webmethods.caf.faces.bean.nav
Class AppNavPhaseListener

java.lang.Object
  extended by BasePhaseListener
      extended by com.webmethods.caf.faces.bean.nav.AppNavPhaseListener

public class AppNavPhaseListener
extends BasePhaseListener

Initializes the current view's web application navigation bean for the current request.


Constructor Summary
AppNavPhaseListener()
           
 
Method Summary
 void afterPhase(PhaseEvent event)
          Handles a notification that the processing for a particular phase has just been completed.
 void beforePhase(PhaseEvent event)
          Handles a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
 PhaseId getPhaseId()
          Returns PhaseId#ANY_PHASE which indicates all standard phases.
protected  void initAppNavBean(FacesContext context)
          Initialize the application navigation bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppNavPhaseListener

public AppNavPhaseListener()
Method Detail

getPhaseId

public PhaseId getPhaseId()
Returns PhaseId#ANY_PHASE which indicates all standard phases.

See Also:
PhaseListener

afterPhase

public void afterPhase(PhaseEvent event)
Handles a notification that the processing for a particular phase has just been completed.

See Also:
PhaseListener

beforePhase

public void beforePhase(PhaseEvent event)
Handles a notification that the processing for a particular phase of the request processing lifecycle is about to begin.

See Also:
PhaseListener

initAppNavBean

protected void initAppNavBean(FacesContext context)
Initialize the application navigation bean.