public class AppNavPhaseListener extends com.webmethods.caf.faces.bean.BasePhaseListener implements SystemEventListener
Constructor and Description |
---|
AppNavPhaseListener() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
preRenderView(PreRenderViewEvent e) |
isListenerForSource, processEvent
getPageBean, resolveExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isListenerForSource, processEvent
protected void preRenderView(PreRenderViewEvent e)
preRenderView
in class com.webmethods.caf.faces.bean.BasePhaseListener
public PhaseId getPhaseId()
PhaseId.ANY_PHASE
which indicates all standard phases.getPhaseId
in interface PhaseListener
PhaseListener.getPhaseId()
public void afterPhase(PhaseEvent event)
afterPhase
in interface PhaseListener
PhaseListener.afterPhase(javax.faces.event.PhaseEvent)
public void beforePhase(PhaseEvent event)
beforePhase
in interface PhaseListener
PhaseListener.beforePhase(javax.faces.event.PhaseEvent)
protected void initAppNavBean(FacesContext context)