|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasePhaseListener
com.webmethods.caf.faces.bean.nav.AppNavPhaseListener
public class AppNavPhaseListener
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 |
---|
public AppNavPhaseListener()
Method Detail |
---|
public PhaseId getPhaseId()
PhaseId#ANY_PHASE
which indicates all standard phases.
PhaseListener
public void afterPhase(PhaseEvent event)
PhaseListener
public void beforePhase(PhaseEvent event)
PhaseListener
protected void initAppNavBean(FacesContext context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |